fix: dev: docker CRYPTOGRAPHY_DONT_BUILD_RUST
This commit is contained in:
parent
7ab7b9269d
commit
3121f5550b
@ -12,7 +12,7 @@ RUN set -ex \
|
|||||||
openssl-dev \
|
openssl-dev \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
&& pip install -U --no-cache-dir \
|
&& CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip install -U --no-cache-dir \
|
||||||
pip \
|
pip \
|
||||||
gunicorn \
|
gunicorn \
|
||||||
/buku[server] \
|
/buku[server] \
|
||||||
|
Loading…
Reference in New Issue
Block a user