wip
This commit is contained in:
@@ -3,10 +3,10 @@ ARG BUILD_ARCH=amd64
|
|||||||
|
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y wget
|
RUN apk update && apk add --no-cache wget
|
||||||
RUN wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/zabbix-release_6.5-1+debian12_all.deb && dpkg -i zabbix-release_6.5-1+debian12_all.deb
|
RUN wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/zabbix-release_6.5-1+debian12_all.deb && dpkg -i zabbix-release_6.5-1+debian12_all.deb
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y zabbix-agent2 zabbix-agent2-plugin-*
|
RUN apk update && apk add --no-cache zabbix-agent2 zabbix-agent2-plugin-*
|
||||||
RUN usermod -aG docker zabbix
|
RUN usermod -aG docker zabbix
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|||||||
Reference in New Issue
Block a user