aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-02-09 08:43:08 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2021-02-09 07:54:46 +0000
commit4afbdf359259099637cb720998d7361957badf9d (patch)
treeb47cc898134e5f9e238836b87f7444292729827f /infra-healthcheck
parentfa564636fe6c4ea107ec82a455b824f897305ff8 (diff)
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
Diffstat (limited to 'infra-healthcheck')
-rw-r--r--infra-healthcheck/docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile
index ca4af7b..2ab466b 100644
--- a/infra-healthcheck/docker/Dockerfile
+++ b/infra-healthcheck/docker/Dockerfile
@@ -6,6 +6,8 @@ ARG HELM3_VERSION="v3.3.4"
ARG ONAP_TESTS_TAG=master
ARG ONAP_TAG=master
+ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
+
# Install kubectl
# Note: Latest version may be found on:
# https://aur.archlinux.org/packages/kubectl-bin/