From 56ac5cfed96511d9e96473ba3539b09703568df9 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Thu, 13 Jan 2022 19:30:32 +0100 Subject: [PATCH] remove CRYPTOGRAPHY_DONT_BUILD_RUST env setting Now that wheels are available for musl-based systems such as Alpine linux, we no longer need to build ourselves. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5da1a72..a713ed54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,6 @@ FROM python:3.10.1-alpine3.15 ARG UID=1000 ARG VERSION -ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 - RUN set -eux ; \ adduser -D -u ${UID} -h /dropbox dropbox ; \ apk add --no-cache --virtual .build-deps \