hassio-zabbix-agent2/Dockerfile.amd64

13 lines
234 B
Docker
Raw Normal View History

ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0
2021-09-14 13:54:13 +00:00
FROM $BUILD_FROM
ENV LANG C.UTF-8
2022-06-13 07:14:07 +00:00
COPY rootfs /
2021-09-14 13:54:13 +00:00
2023-07-26 07:13:42 +00:00
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
2022-06-13 07:52:24 +00:00
LABEL \
2023-07-26 07:15:48 +00:00
io.hass.version="0.2.4" \
2022-06-13 07:52:24 +00:00
io.hass.type="addon" \
io.hass.arch="amd64"