summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-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 \