diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-02-09 08:48:18 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-02-09 08:48:18 +0000 |
commit | ad732557d3a89d325ef02206055e701890ec6de4 (patch) | |
tree | 6242c724a16b6ff4c9d7366adf254bc9cb8a3065 /healthcheck/docker | |
parent | 4afbdf359259099637cb720998d7361957badf9d (diff) |
[INT] Use PIP 20.1 version
Newer version of pip disallows constraints as links and docker build fails.
Issue-ID: INT-1852
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I68d2856eac3e55bdcf0977cb4bfa7e72ef536df0
Diffstat (limited to 'healthcheck/docker')
-rw-r--r-- | healthcheck/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile index d52240b..9fbef70 100644 --- a/healthcheck/docker/Dockerfile +++ b/healthcheck/docker/Dockerfile @@ -3,7 +3,7 @@ FROM opnfv/xtesting:jerma ARG OPENSTACK_TAG=master ARG OPNFV_TAG=master ARG ONAP_TAG=master -ARG PIP_TAG=21.0.1 +ARG PIP_TAG=20.1 ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils ENV TAG all |