Zaktualizuj 'Dockerfile'

This commit is contained in:
2020-03-06 15:41:47 +01:00
parent afd9fa87e6
commit 40f76f20b6
+2 -2
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 && \