fix: dev: docker CRYPTOGRAPHY_DONT_BUILD_RUST

This commit is contained in:
rachmadaniHaryono 2021-02-17 13:34:28 +08:00
parent 7ab7b9269d
commit 3121f5550b

View File

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