zabbix agent fix

This commit is contained in:
STAM 2020-04-30 16:09:48 +03:00
parent 416a72875c
commit b7299772ec
3 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,9 @@
FROM zabbix/zabbix-java-gateway: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 \

View File

@ -1,8 +1,9 @@
FROM zabbix/zabbix-server-mysql: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 \

View File

@ -1,8 +1,9 @@
FROM zabbix/zabbix-web-apache-mysql: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
@ -29,6 +30,7 @@ RUN apt update -y && \
fontconfig \
smbclient \
nano \
sudo \
php-cli \
php-curl \
telnet \