py-cryptography now needs a rust compiler

This commit is contained in:
Sebastian Hugentobler 2021-02-17 13:58:44 +00:00
parent f9ad2f092e
commit cd112d0794

View File

@ -9,7 +9,8 @@ RUN apk add --no-cache \
libffi-dev \ libffi-dev \
openssl-dev \ openssl-dev \
zlib-dev \ zlib-dev \
jpeg-dev jpeg-dev \
rust
RUN pip3 install wheel RUN pip3 install wheel
RUN pip3 wheel matrix-synapse==$VERSION RUN pip3 wheel matrix-synapse==$VERSION