zabbix-agent: remove nftables and fping

This commit is contained in:
Maciej Lebiest 2023-11-10 21:25:02 +01:00 committed by GitHub
parent b9b92135b0
commit ce4deaca49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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