Code Review
/
dovetail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ad04a05
)
bugfix of dockerfile
89/36289/1
author
MatthewLi
<matthew.lijun@huawei.com>
Wed, 21 Jun 2017 08:52:34 +0000
(
04:52
-0400)
committer
MatthewLi
<matthew.lijun@huawei.com>
Wed, 21 Jun 2017 08:52:34 +0000
(
04:52
-0400)
Change-Id: I45b317e6feb4f889bd136b5d9f6a0f1e26db988f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
294f42c
..
fbe4849
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-27,6
+27,8
@@
ENV REPOS_DIR ${HOME}/dovetail
WORKDIR /home/opnfv
RUN \
+ mkdir -p ${REPOS_DIR} \
+&& \
git config --global http.sslVerify false \
&& \
pip install git+https://git.opnfv.org/dovetail@$BRANCH#egg=dovetail \