From 06522fea3b06d32723ef16da886dbe5cfed681ed Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 7 Apr 2024 15:54:51 +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 17f9d7d..971f3d6 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_ARCH=amd64 FROM ${BUILD_FROM} -RUN apk update && apk add --no-cache wget +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-*