[DOCKER] Fix failing build on armhf, due to cryptography lib trying to build rust

This commit is contained in:
Mathias Chevalier 2021-03-11 11:54:22 +01:00 committed by Pēteris Caune
parent 57336187a7
commit a101b1de91

View File

@ -2,6 +2,7 @@ FROM python:3.9
RUN useradd --system hc
ENV PYTHONUNBUFFERED=1
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
WORKDIR /opt/healthchecks
COPY requirements.txt /tmp