Merge pull request #502 from rachmadaniHaryono/bugfix/cryptography-docker

docker CRYPTOGRAPHY_DONT_BUILD_RUST
This commit is contained in:
Mischievous Meerkat 2021-02-19 20:56:58 +05:30 committed by GitHub
commit f1c42de792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ ENV BUKUSERVER_PORT=5001
COPY . /buku
ARG CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
gcc \