diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-13 22:56:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-13 22:58:35 +0200 |
commit | ee241578f665a81549d6e50f014ea48ac07c6d64 (patch) | |
tree | 9161217d6ef018395dc87f40c9d6dcf82a97d995 /docker/features/Dockerfile | |
parent | b76e3c83b913bf969c9ec48e0f7174dc90f32ffd (diff) |
Remove duplicated installation
Change-Id: Ib6d969460e6674ec892b7d657b184c2dcf614ea0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r-- | docker/features/Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 68469382b..e91155a38 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -17,9 +17,6 @@ RUN apk --no-cache add --update python3 sshpass && \ pip install --no-cache-dir --src /src -cupper-constraints.txt \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ -e git+https://github.com/openstack/requirements@$OPENSTACK_TAG#egg=openstack_requirements && \ - pip install --no-cache-dir --src /src -cupper-constraints.txt \ - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ - -e git+https://github.com/openstack/requirements@$OPENSTACK_TAG#egg=openstack_requirements && \ git clone --depth 1 https://github.com/openstack/os-faults.git -b $OS_FAULTS_TAG /src/os-faults && \ update-requirements -s --source /src/openstack-requirements /src/os-faults/ && \ git clone --depth 1 https://github.com/openstack/rally.git -b $RALLY_TAG /src/rally && \ |