update zabbix image to alpine edge for smartctl fix
This commit is contained in:
parent
904495797b
commit
c310498465
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo fping && \
|
||||||
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
|
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
|
||||||
|
|
Loading…
Reference in a new issue