update zabbix image to alpine edge for smartctl fix

This commit is contained in:
Maciej Lebiest 2023-10-29 13:00:38 +01:00 committed by GitHub
parent 904495797b
commit c310498465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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