removed useless command

This commit is contained in:
Paolo Asperti 2020-08-27 12:47:38 +02:00
parent 6a6973e9c9
commit a709355b12
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 2 deletions

View File

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