From 4afbdf359259099637cb720998d7361957badf9d Mon Sep 17 00:00:00 2001 From: morganrol Date: Tue, 9 Feb 2021 08:43:08 +0100 Subject: Fix xtesting docker build crypto issue Set the env file CRYPTOGRAPHY_DONT_BUILD_RUST=1 Issue-ID: INT-1852 Signed-off-by: morganrol Change-Id: I84ccbbacd5ba024c00a7149a8b4a5e927011ab9f --- infra-healthcheck/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra-healthcheck/docker/Dockerfile') 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/ -- cgit 1.2.3-korg