Update Dockerfile

This commit is contained in:
STAM 2019-10-01 17:22:02 +03:00 committed by GitHub
parent d74f2ed18f
commit 74dd814260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
lynx \ lynx \
mc \ mc \
nano \ nano \
nmap \
openssl \ openssl \
perl \ perl \
procps \ procps \
@ -48,13 +49,13 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
screenfetch \ screenfetch \
smbclient \ smbclient \
sudo \ sudo \
telnet \
tini \ tini \
tmux \ tmux \
tree \ tree \
ttf-dejavu \ ttf-dejavu \
util-linux \ util-linux \
uuid-runtime \ uuid-runtime \
telnet \
wget wget
################################################################## ##################################################################