Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d6c3c6a
)
Add WORKDIR in Dockerfile
81/4181/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 10 Dec 2015 11:23:11 +0000
(12:23 +0100)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 10 Dec 2015 11:23:11 +0000
(12:23 +0100)
Change-Id: I5c063e1448184382ff2faefb7e34482c63482021
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
0867b15
..
4ae0d30
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-25,6
+25,8
@@
LABEL version="0.1" description="OPNFV Functest Docker container"
ENV repos_dir /home/opnfv/repos
+WORKDIR /home/opnfv
+
# Packaged dependencies
RUN apt-get update && apt-get install -y \
ssh \