Install third-party requirements again 77/58877/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Jun 2018 16:20:16 +0000 (18:20 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 21 Jun 2018 16:20:16 +0000 (18:20 +0200)
Change-Id: Ic04969a56a4e35d5caf12a6a9bc0323bcf3a26d2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/features/Dockerfile

index 0d8a6a5..dcd9089 100644 (file)
@@ -15,6 +15,9 @@ RUN apk --no-cache add --update python3 sshpass && \
     wget -q -O- https://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH | \
         sed -E /#egg=functest/d > upper-constraints.opnfv.txt && \
     git clone --depth 1 -b $FDS_TAG https://gerrit.opnfv.org/gerrit/fds /src/fds && \
+    pip install --no-cache-dir --src /src -cupper-constraints.txt \
+        -cupper-constraints.opnfv.txt \
+        -rthirdparty-requirements.txt && \
     python3 -m pip install --no-cache-dir --src /src -cupper-constraints.txt -cupper-constraints.opnfv.txt \
         doctor-tests && \
     rm -r upper-constraints.txt upper-constraints.opnfv.txt thirdparty-requirements.txt /src/fds/.git && \