diff options
author | morganrol <morgan.richomme@orange.com> | 2021-02-09 08:43:08 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-02-09 07:54:46 +0000 |
commit | 4afbdf359259099637cb720998d7361957badf9d (patch) | |
tree | b47cc898134e5f9e238836b87f7444292729827f /smoke-usecases-robot/docker/Dockerfile | |
parent | fa564636fe6c4ea107ec82a455b824f897305ff8 (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 'smoke-usecases-robot/docker/Dockerfile')
-rw-r--r-- | smoke-usecases-robot/docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile index 5a614c0..faa57e7 100644 --- a/smoke-usecases-robot/docker/Dockerfile +++ b/smoke-usecases-robot/docker/Dockerfile @@ -5,10 +5,11 @@ MAINTAINER Morgan Richomme <morgan.richomme@orange.com> ARG OPENSTACK_TAG=master ARG OPNFV_TAG=master ARG ONAP_TAG=master -ARG PIP_TAG=20.1 +ARG PIP_TAG=21.0.1 ARG KUBERNETES_VERSION="v1.15.11" ENV TAG all +ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 # Install kubectl # Note: Latest version may be found on: |