From 75e860a82f38b036c341576d8f44fc8a5e78b2cb Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 Feb 2019 20:08:09 +0100 Subject: Debug debug build issues in functest-virtual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/core/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') 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 && \ -- cgit 1.2.3-korg