diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-01 20:08:09 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-01 20:09:48 +0100 |
commit | 75e860a82f38b036c341576d8f44fc8a5e78b2cb (patch) | |
tree | 194f0d27167510a81a2c7780b430493dce366f27 | |
parent | 14d26a963665f17dc01d95bb996e1ae91ac44f03 (diff) |
Debug debug build issues in functest-virtual
snaps package is sometimes downloaded from PyPI which leads to runtime
failures (the package is very obsolete) [1].
[1] https://build.opnfv.org/ci/job/functest-opnfv-functest-healthcheck-latest-api_check-run/51/console
Change-Id: I1fd9b17339182f13d7455fb34b100ffc2ca2c21f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/core/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index eaedf2a29..4c1751514 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -12,6 +12,7 @@ RUN apk --no-cache add --update \ openssl-dev libjpeg-turbo-dev && \ wget -q -O- https://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH | \ sed -E /#egg=functest/d > upper-constraints.txt && \ + cat upper-constraints.txt && \ pip install --no-cache-dir --src /src -cupper-constraints.txt \ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ pip==$PIP_TAG && \ |