hassio-zabbix-agent2/Dockerfile.arm

13 lines
233 B
Docker

ARG BUILD_FROM=ghcr.io/hassio-addons/base/armhf:12.0.0
FROM $BUILD_FROM
ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
LABEL \
io.hass.version="0.2.2" \
io.hass.type="addon" \
io.hass.arch="armhf"