This commit is contained in:
2024-04-07 15:55:56 +03:00
parent 06522fea3b
commit 0394e81b35

View File

@@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
RUN apk update && apk add --no-cache wget dpkg RUN apk update && apk add --no-cache wget dpkg
RUN wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/zabbix-release_6.5-1+debian12_all.deb && dpkg -i zabbix-release_6.5-1+debian12_all.deb RUN wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/zabbix-release_6.5-1+debian12_all.deb && dpkg -i zabbix-release_6.5-1+debian12_all.deb
RUN apk update && apk add --no-cache zabbix-agent2 zabbix-agent2-plugin-* RUN apk update && apk add --no-cache zabbix-agent2
RUN usermod -aG docker zabbix RUN usermod -aG docker zabbix
COPY rootfs / COPY rootfs /