Zaktualizuj 'Dockerfile'

This commit is contained in:
osiu97 2020-03-06 15:41:47 +01:00
parent afd9fa87e6
commit 40f76f20b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM kalilinux/kali-linux-docker FROM kalilinux/kali-rolling
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION ARG VERSION
@ -37,7 +37,7 @@ wget \
python \ python \
python-numpy \ python-numpy \
unzip \ unzip \
kali-linux-top10 \ kali-linux \
menu && \ menu && \
cd /root && git clone https://github.com/kanaka/noVNC.git && \ cd /root && git clone https://github.com/kanaka/noVNC.git && \
cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \ cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \