From d140f0f62cda39fc348d09bb240daa59c3c002ca Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 7 Apr 2024 15:57:36 +0300 Subject: [PATCH] wip --- zabbix-agent2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index e658098..2df4819 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -7,7 +7,7 @@ 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 apk update && apk add --no-cache zabbix-agent2 -RUN usermod -aG docker zabbix +ADDGROUP zabbix docker COPY rootfs /