From 0394e81b3591d74f51c24e841b12a472a3e03b11 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 7 Apr 2024 15:55:56 +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 971f3d6..e658098 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} 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 zabbix-agent2-plugin-* +RUN apk update && apk add --no-cache zabbix-agent2 RUN usermod -aG docker zabbix COPY rootfs /