zabbix fixes

This commit is contained in:
Mr. Bot 2019-10-01 12:29:35 +03:00
parent 5f4e0cb3b2
commit 7e0141e286
2 changed files with 27 additions and 1 deletions

View File

@ -1,4 +1,6 @@
## Changelog
* 10/01/2019
* added `nmap` to `zabbix-server`. sorry.
* 09/27/2019
* updated confluence `latest` tag to `7.0.1`.
* 09/26/2019

View File

@ -8,4 +8,28 @@ COPY sources.list /etc/apt/sources.list
COPY locale.gen /etc/locale.gen
# installing additional apps
RUN apt update -y && apt install -y --allow-unauthenticated ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop iputils-ping lsof lynx fontconfig smbclient nano php-cli php-curl
RUN apt update -y && \
apt install -y --allow-unauthenticated \
ca-certificates \
gnupg \
sudo \
apt-transport-https \
lsb-release \
apt-utils \
locales \
console-cyrillic \
wget \
curl \
htop \
mc \
tmux \
iftop \
iputils-ping \
lsof lynx \
fontconfig \
smbclient \
nano \
php-cli \
php-curl \
nmap && \
echo "zabbix ALL=(ALL) NOPASSWD: /usr/bin/nmap" > /etc/sudoers.d/zabbix