This commit is contained in:
rainer
2023-12-27 18:41:07 +01:00
parent 3b0453b23b
commit 38e50ff9b7

View File

@@ -1,8 +1,8 @@
FROM zabbix/zabbix-server-pgsql:alpine-6.4.7
FROM zabbix/zabbix-server-pgsql:alpine-6.4.10
USER root
# force installation of python3
# force installation of python3 and pip3
RUN apk add --update --no-cache python3 \
&& rm -rf /var/cache/apk/*