zabbix agent fix

This commit is contained in:
STAM 2020-04-30 16:07:12 +03:00
parent 82e74cedeb
commit 416a72875c

View File

@ -1,8 +1,9 @@
FROM zabbix/zabbix-agent:ubuntu-latest
ENV DEBIAN_FRONTEND noninteractive
USER root
#editing sources list
RUN rm /etc/apt/sources.list
COPY sources.list /etc/apt/sources.list
COPY locale.gen /etc/locale.gen
@ -28,6 +29,7 @@ RUN apt update -y && \
fontconfig \
smbclient \
nano \
sudo \
php-cli \
php-curl \
telnet \