Remove duplicated installation 23/55723/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 13 Apr 2018 20:56:47 +0000 (22:56 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 13 Apr 2018 21:38:28 +0000 (23:38 +0200)
Change-Id: Ib6d969460e6674ec892b7d657b184c2dcf614ea0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ee241578f665a81549d6e50f014ea48ac07c6d64)

docker/features/Dockerfile

index 28870c6..0f2d69b 100644 (file)
@@ -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 && \