add fping to zabbix-agent

This commit is contained in:
Maciej Lebiest 2023-08-20 17:04:19 +02:00
parent e43e07af1b
commit 64d54c3f1a

View file

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