summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorhongbo tian <hongbo.tianhongbo@huawei.com>2017-02-24 07:51:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-24 07:51:43 +0000
commit04a464ac81ac43f536ba73af3666a149c97f8369 (patch)
treeba53552c5258f4765738b2f8a367a76a642700fa /docker/Dockerfile
parent2bb3fcf3ff3dc78e89c49369fd39339cfe9fd588 (diff)
parent85568afd806e36ff9885b52313b32b70c9693ad0 (diff)
Merge "dovetail tool: bugfix for dovetail report and docker build"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c329c53d..68579e7f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,8 +2,6 @@ FROM ubuntu:14.04
MAINTAINER Leo Wang <grakiss.wanglei@huawei.com>
LABEL version="0.1" description="OPNFV Dovetail Docker Container"
-ARG BRANCH=master
-
RUN \
apt-get update \
&& \
@@ -23,7 +21,7 @@ WORKDIR /home/opnfv
RUN \
git config --global http.sslVerify false \
&& \
- git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} \
+ git clone https://git.opnfv.org/dovetail ${REPOS_DIR} \
&& \
mkdir -p ${REPOS_DIR}/results \
&& \