Skip to content

Commit a1bacdf

Browse files
author
Marc Schöchlin
committed
add image build
1 parent b157030 commit a1bacdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ ENV K8S_API_HOST ""
88
ENV K8S_API_TOKEN ""
99
ENV ZABBIX_SERVER "zabbix"
1010
ENV ZABBIX_HOST "k8s"
11+
ENV CRYPTOGRAPHY_DONT_BUILD_RUST "1"
1112

1213

1314
COPY --chown=nobody:users . /app
1415
RUN apk update && \
1516
apk add build-base libffi-dev libffi openssl-dev && \
17+
pip install --upgrade pip && \
1618
pip install -r /app/requirements.txt && \
1719
apk upgrade --update-cache --available && \
1820
apk del build-base openssl-dev libffi-dev && \

0 commit comments

Comments
 (0)