forked from docker/browser-kali
Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
afd9fa87e6
commit
40f76f20b6
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue