docker-scripts/linux/advanced/zabbix/4.0/web-mysql/Dockerfile

56 lines
1.3 KiB
Docker
Raw Normal View History

2022-07-12 20:02:43 +03:00
FROM zabbix/zabbix-web-apache-mysql:4.0-ubuntu-latest
ENV DEBIAN_FRONTEND noninteractive
USER root
##################################################################
# editing sources list
##################################################################
COPY sources.list /etc/apt/sources.list
COPY locale.gen /etc/locale.gen
##################################################################
# installing utils
##################################################################
RUN apt update -y && \
apt install -y --allow-unauthenticated \
acl \
apt-transport-https \
apt-utils \
aptitude \
ca-certificates \
console-cyrillic \
curl \
dos2unix \
fontconfig \
gnupg \
htop \
iftop \
iotop \
iperf \
iperf3 \
iputils-ping \
jq \
locales \
logrotate \
lsb-release \
lsof \
lynx \
mc \
nano \
nmap \
openssl \
pev \
php-cli \
php-curl \
procps \
smbclient \
sudo \
telnet \
tmux \
util-linux \
uuid-runtime \
wget
RUN echo "zabbix ALL=(ALL) NOPASSWD: /usr/bin/nmap" > /etc/sudoers.d/zabbix