Skip rust dep by setting CRYPTOGRAPHY_DONT_BUILD_RUST=1

pull/1076/head
Dmitry Pavlov 5 years ago
parent 046a14e917
commit 26c900a0cf

@ -1,5 +1,7 @@
FROM diagrams:1.0 FROM diagrams:1.0
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apk update && apk add --no-cache libffi-dev libressl-dev curl RUN apk update && apk add --no-cache libffi-dev libressl-dev curl
RUN pip install --user poetry RUN pip install --user poetry

Loading…
Cancel
Save