mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-27 22:17:56 +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
|
FROM zabbix/zabbix-java-gateway:ubuntu-latest
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
#editing sources list
|
#editing sources list
|
||||||
RUN rm /etc/apt/sources.list
|
|
||||||
COPY sources.list /etc/apt/sources.list
|
COPY sources.list /etc/apt/sources.list
|
||||||
COPY locale.gen /etc/locale.gen
|
COPY locale.gen /etc/locale.gen
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ RUN apt update -y && \
|
|||||||
fontconfig \
|
fontconfig \
|
||||||
smbclient \
|
smbclient \
|
||||||
nano \
|
nano \
|
||||||
|
sudo \
|
||||||
php-cli \
|
php-cli \
|
||||||
php-curl \
|
php-curl \
|
||||||
telnet \
|
telnet \
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
FROM zabbix/zabbix-server-mysql:ubuntu-latest
|
FROM zabbix/zabbix-server-mysql:ubuntu-latest
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
#editing sources list
|
#editing sources list
|
||||||
RUN rm /etc/apt/sources.list
|
|
||||||
COPY sources.list /etc/apt/sources.list
|
COPY sources.list /etc/apt/sources.list
|
||||||
COPY locale.gen /etc/locale.gen
|
COPY locale.gen /etc/locale.gen
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ RUN apt update -y && \
|
|||||||
fontconfig \
|
fontconfig \
|
||||||
smbclient \
|
smbclient \
|
||||||
nano \
|
nano \
|
||||||
|
sudo \
|
||||||
php-cli \
|
php-cli \
|
||||||
php-curl \
|
php-curl \
|
||||||
telnet \
|
telnet \
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
FROM zabbix/zabbix-web-apache-mysql:ubuntu-latest
|
FROM zabbix/zabbix-web-apache-mysql:ubuntu-latest
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
#editing sources list
|
#editing sources list
|
||||||
RUN rm /etc/apt/sources.list
|
|
||||||
COPY sources.list /etc/apt/sources.list
|
COPY sources.list /etc/apt/sources.list
|
||||||
COPY locale.gen /etc/locale.gen
|
COPY locale.gen /etc/locale.gen
|
||||||
|
|
||||||
@ -29,6 +30,7 @@ RUN apt update -y && \
|
|||||||
fontconfig \
|
fontconfig \
|
||||||
smbclient \
|
smbclient \
|
||||||
nano \
|
nano \
|
||||||
|
sudo \
|
||||||
php-cli \
|
php-cli \
|
||||||
php-curl \
|
php-curl \
|
||||||
telnet \
|
telnet \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user