mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
zabbix agent fix
This commit is contained in:
parent
416a72875c
commit
b7299772ec
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user