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.
This commit is contained in:
Sam Schott 2022-01-13 19:30:32 +01:00
parent 1e1b8c7dd4
commit 56ac5cfed9

View File

@ -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 \