mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
zabbix fixes
This commit is contained in:
parent
5f4e0cb3b2
commit
7e0141e286
@ -1,4 +1,6 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
* 10/01/2019
|
||||||
|
* added `nmap` to `zabbix-server`. sorry.
|
||||||
* 09/27/2019
|
* 09/27/2019
|
||||||
* updated confluence `latest` tag to `7.0.1`.
|
* updated confluence `latest` tag to `7.0.1`.
|
||||||
* 09/26/2019
|
* 09/26/2019
|
||||||
|
@ -8,4 +8,28 @@ COPY sources.list /etc/apt/sources.list
|
|||||||
COPY locale.gen /etc/locale.gen
|
COPY locale.gen /etc/locale.gen
|
||||||
|
|
||||||
# installing additional apps
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user