From d7500c298596cb7bb7aad186e2c60f5ba8c6c95a Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 7 Apr 2024 14:31:46 +0300 Subject: [PATCH] test --- zabbix-agent2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 4418da8..b70fcbc 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer "sinav" ENV LANG C.UTF-8 # Install requirements for add-on -RUN apk add --no-cache jq zabbix-agent2 && \ +RUN apk add --no-cache jq && \ addgroup -g 1003 docker && \ addgroup zabbix docker && \ mkdir -p /etc/zabbix/zabbix_agent2.d/plugins.d