aboutsummaryrefslogtreecommitdiffstats
path: root/healthcheck
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-02-09 08:43:08 +0100
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-02-09 10:17:30 +0000
commitf1e0a9362ec2987e260cc0ade2a37a1533bfe567 (patch)
tree9459d5078d29b77564b0c813f11b060334bb383d /healthcheck
parent450cdd66f084c5e9ce94d665afcb44f132259501 (diff)
[INT] Fix xtesting docker build crypto issue
Set the env file CRYPTOGRAPHY_DONT_BUILD_RUST=1 Issue-ID: INT-1852 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I84ccbbacd5ba024c00a7149a8b4a5e927011ab9f (cherry picked from commit 4afbdf359259099637cb720998d7361957badf9d) Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'healthcheck')
-rw-r--r--healthcheck/docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile
index 2ab22fe..e983c25 100644
--- a/healthcheck/docker/Dockerfile
+++ b/healthcheck/docker/Dockerfile
@@ -3,10 +3,11 @@ FROM opnfv/xtesting:jerma
ARG OPENSTACK_TAG=master
ARG OPNFV_TAG=master
ARG ONAP_TAG=guilin
-ARG PIP_TAG=19.3.1
+ARG PIP_TAG=20.1
ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils
ENV TAG all
+ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
COPY requirements.txt requirements.txt
RUN apk --no-cache add --update openssl chromium chromium-chromedriver && \