aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-pythonsdk
diff options
context:
space:
mode:
Diffstat (limited to 'smoke-usecases-pythonsdk')
-rw-r--r--smoke-usecases-pythonsdk/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile
index 9318d26..8e01e03 100644
--- a/smoke-usecases-pythonsdk/docker/Dockerfile
+++ b/smoke-usecases-pythonsdk/docker/Dockerfile
@@ -3,6 +3,7 @@ FROM opnfv/xtesting
MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
ARG ONAP_TESTS_TAG=master
+ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apk add --no-cache python3 git && \
apk add --no-cache --virtual .build-deps libffi-dev python3-dev \