diff options
Diffstat (limited to 'infra-healthcheck/docker/Dockerfile')
-rw-r--r-- | infra-healthcheck/docker/Dockerfile | 2 |
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/ |