Files
docker-zabbix-server-pimped/Dockerfile
rainer 3b0453b23b
2023-12-27 17:02:38 +01:00

14 lines
438 B
Docker

FROM zabbix/zabbix-server-pgsql:alpine-6.4.7
USER root
# force installation of python3
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,
# dadurch hat das Zabbix-Plugin nicht funktioniert und keine Daten angezeigt.
RUN chmod +x /usr/lib/zabbix/externalscripts/tr064tool