aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/Dockerfile
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-10-06 11:08:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-06 11:08:23 +0000
commitd0d471502ff7b5dfabf4a2ede79782c5708a463c (patch)
tree571034f6643364657c86c05cbf7d55fde6525bde /docker/features/Dockerfile
parent427547d5680878dabfa1e8d1e53fdb2921fd01ab (diff)
parent01509097c7447ee70d61f7e97d7947b127425eac (diff)
Merge "Read thirdparty-requirements.txt if py3"
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r--docker/features/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index 01e0cb2bb..a5a1b9807 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -21,8 +21,9 @@ RUN apk --no-cache add --update python3 sshpass && \
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 && \
+ python3 -m pip install --no-cache-dir --src /src -cupper-constraints.txt \
+ -cupper-constraints.opnfv.txt \
+ -rthirdparty-requirements.txt && \
rm -r upper-constraints.txt upper-constraints.opnfv.txt thirdparty-requirements.txt /src/fds/.git && \
apk del .build-deps
COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml