We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b157030 commit a1bacdfCopy full SHA for a1bacdf
Dockerfile
@@ -8,11 +8,13 @@ ENV K8S_API_HOST ""
8
ENV K8S_API_TOKEN ""
9
ENV ZABBIX_SERVER "zabbix"
10
ENV ZABBIX_HOST "k8s"
11
+ENV CRYPTOGRAPHY_DONT_BUILD_RUST "1"
12
13
14
COPY --chown=nobody:users . /app
15
RUN apk update && \
16
apk add build-base libffi-dev libffi openssl-dev && \
17
+ pip install --upgrade pip && \
18
pip install -r /app/requirements.txt && \
19
apk upgrade --update-cache --available && \
20
apk del build-base openssl-dev libffi-dev && \
0 commit comments