bugfix of dockerfile 89/36289/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 21 Jun 2017 08:52:34 +0000 (04:52 -0400)
committerMatthewLi <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

index 294f42c..fbe4849 100644 (file)
@@ -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 \