mirror of
https://github.com/samschott/maestral.git
synced 2024-11-13 05:40:53 +03:00
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:
parent
1e1b8c7dd4
commit
56ac5cfed9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user