summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-06-21 04:52:34 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-06-21 04:52:34 -0400
commit041a51d6d3ba5f2d9eabcf3501abb9af30ebc394 (patch)
treeb15c3a42144baf01e7ca34172115ae254a11955b /docker
parentad04a05327f0b9e5d668308ded7f440459b4b9b4 (diff)
bugfix of dockerfile
Change-Id: I45b317e6feb4f889bd136b5d9f6a0f1e26db988f Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 294f42c6..fbe48495 100644
--- 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 \