Browse Source

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

pull/492/head
Mathias Chevalier 4 years ago
parent
commit
431f37fb7d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docker/Dockerfile

+ 1
- 0
docker/Dockerfile 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


Loading…
Cancel
Save