From c31049846552c58d6ae0075d9d702a449b16dbfe Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:00:38 +0100 Subject: [PATCH] update zabbix image to alpine edge for smartctl fix --- zabbix-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent/Dockerfile b/zabbix-agent/Dockerfile index 7846517..ca37acc 100644 --- a/zabbix-agent/Dockerfile +++ b/zabbix-agent/Dockerfile @@ -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