py-cryptography now needs a rust compiler
This commit is contained in:
parent
f9ad2f092e
commit
cd112d0794
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ RUN apk add --no-cache \
|
|||
libffi-dev \
|
||||
openssl-dev \
|
||||
zlib-dev \
|
||||
jpeg-dev
|
||||
jpeg-dev \
|
||||
rust
|
||||
|
||||
RUN pip3 install wheel
|
||||
RUN pip3 wheel matrix-synapse==$VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue