diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-08-16 17:44:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-16 17:44:28 +0000 |
commit | 469abc969a94e3e3c6f4967b6d1fd8953a56e497 (patch) | |
tree | 8fc3e28f503785ec729e741c060f22fa856bbb85 /docker/Dockerfile | |
parent | d49350df590caaa3db45c9a201618248d3f92b92 (diff) | |
parent | fc32da5da89e3f8249e5dc3e1d4ae5e425805912 (diff) |
Merge "Remove copper refs"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 6f53e8d33..1811e9389 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -84,7 +84,6 @@ RUN wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/uppe rm thirdparty-requirements.txt upper-constraints.txt # OPNFV repositories -RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/copper /src/copper RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino /src/domino RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/doctor ${REPOS_DIR}/doctor RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/fds /src/fds |