This commit is contained in:
2024-04-07 16:32:45 +03:00
parent 46b6430e77
commit 362266a67e
2 changed files with 2 additions and 5 deletions

View File

@@ -8,9 +8,6 @@ RUN wget https://repo.zabbix.com/zabbix/6.5/debian/pool/main/z/zabbix-release/za
RUN apk update && apk add --no-cache zabbix-agent2
COPY rootfs/* /etc/
RUN ls /etc
RUN ls /etc/services.d/
RUN ls /etc/services.d/zabbix-agent2
RUN mkdir /etc/services.d/zabbix-agent2
COPY run /etc/services.d/zabbix-agent2/run
RUN chmod a+x /etc/services.d/zabbix-agent2/run