This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
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
57336187a7
commit
431f37fb7d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save