/etc/zabbix wasn't created with package install

This commit is contained in:
Paolo Asperti 2019-03-19 22:04:36 +01:00
parent d9bcc160fc
commit b46b881006
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ ENV LANG C.UTF-8
COPY run.sh /
RUN apk add -U jq zabbix-agent sudo && \
chmod a+x /run.sh
chmod a+x /run.sh && \
mkdir /etc/zabbix
CMD [ "/run.sh" ]