From b3cfef4d82731a84cd6a9dce8a7dd39b18cb151d Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 1 Oct 2019 17:24:21 +0300 Subject: [PATCH] Update Dockerfile --- zabbix/web/Dockerfile | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/zabbix/web/Dockerfile b/zabbix/web/Dockerfile index 7e5edd97b..136e489ab 100644 --- a/zabbix/web/Dockerfile +++ b/zabbix/web/Dockerfile @@ -6,5 +6,31 @@ RUN rm /etc/apt/sources.list 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 \ + telnet \ + nmap && \ + echo "zabbix ALL=(ALL) NOPASSWD: /usr/bin/nmap" > /etc/sudoers.d/zabbix