From 38e50ff9b7f5f9a31db189805f9a379c3fb5d24a Mon Sep 17 00:00:00 2001 From: rainer Date: Wed, 27 Dec 2023 18:41:07 +0100 Subject: [PATCH] --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 582c750..86618d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -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/* - + COPY tr064tool /usr/lib/zabbix/externalscripts # 20220130: Beobachtet dass die Datei im Container nicht die notwendigen Berechtigungen hat,