From b9b92135b0bc75380c2aa43badfb89152c222d54 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:48:57 +0100 Subject: [PATCH] add nftables to zabbix-agent --- zabbix-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent/Dockerfile b/zabbix-agent/Dockerfile index ca37acc..942f84f 100644 --- a/zabbix-agent/Dockerfile +++ b/zabbix-agent/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:edge -RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo fping && \ +RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo fping nftables && \ echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers # USER zabbix