diff --git a/Dockerfile b/Dockerfile index eaf78c4..e27188a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ENV LD_PRELOAD /lib/stack-fix.so RUN npm config set unsafe-perm true RUN apk update && \ - curl https://sh.rustup.rs -sSf | sh -s -- -y && \ + export CRYPTOGRAPHY_DONT_BUILD_RUST=1 \ apk add --no-cache docker-cli python3 && \ apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \ pip3 install docker-compose && \