add nftables to zabbix image
Some checks failed
Build images / build-images-arm64 (push) Failing after 24m27s
Build images / build-images-amd64 (push) Failing after 17m54s
Build images / update-images-manifests (push) Has been skipped

This commit is contained in:
Maciej Lebiest 2024-06-20 16:45:48 +02:00 committed by Maciej Lebiest
parent b8bcac4938
commit c44e2ebb2a

View file

@ -1,6 +1,6 @@
FROM docker.io/alpine:edge FROM docker.io/alpine:edge
RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo && \ RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo nftables && \
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
# USER zabbix # USER zabbix