forked from GithubBackups/healthchecks
[DOCKER] Fix failing build on armhf, due to cryptography lib trying to build rust
This commit is contained in:
parent
57336187a7
commit
a101b1de91
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user