This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
FROM zabbix/zabbix-server-pgsql:alpine-6.4.7
|
FROM zabbix/zabbix-server-pgsql:alpine-6.4.10
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# force installation of python3
|
# force installation of python3 and pip3
|
||||||
RUN apk add --update --no-cache python3 \
|
RUN apk add --update --no-cache python3 \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY tr064tool /usr/lib/zabbix/externalscripts
|
COPY tr064tool /usr/lib/zabbix/externalscripts
|
||||||
|
|
||||||
# 20220130: Beobachtet dass die Datei im Container nicht die notwendigen Berechtigungen hat,
|
# 20220130: Beobachtet dass die Datei im Container nicht die notwendigen Berechtigungen hat,
|
||||||
|
|||||||
Reference in New Issue
Block a user