mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 14:47:55 +03:00
Update Dockerfile
This commit is contained in:
parent
533679a914
commit
b3cfef4d82
@ -6,5 +6,31 @@ 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
|
||||||
|
|
||||||
|
|
||||||
# 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 \
|
||||||
|
telnet \
|
||||||
|
nmap && \
|
||||||
|
echo "zabbix ALL=(ALL) NOPASSWD: /usr/bin/nmap" > /etc/sudoers.d/zabbix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user