hassio-zabbix-agent2/Dockerfile.arm

9 lines
149 B
Docker
Raw Normal View History

2022-06-12 22:23:25 +00:00
ARG BUILD_FROM=ghcr.io/hassio-addons/base/armhf:12.0.0
FROM $BUILD_FROM
ENV LANG C.UTF-8
2022-06-13 07:14:07 +00:00
COPY rootfs /
2022-06-12 22:23:25 +00:00
2022-06-13 07:14:07 +00:00
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo