forked from docker/browser-kali
commit
afd9fa87e6
|
|
@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get -yqq update && \
|
RUN apt-get -yqq update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
net-tools \
|
net-tools \
|
||||||
xfce4 \
|
kali-desktop-xfce \
|
||||||
git \
|
git \
|
||||||
x11vnc \
|
x11vnc \
|
||||||
xvfb \
|
xvfb \
|
||||||
|
|
@ -37,6 +37,7 @@ wget \
|
||||||
python \
|
python \
|
||||||
python-numpy \
|
python-numpy \
|
||||||
unzip \
|
unzip \
|
||||||
|
kali-linux-top10 \
|
||||||
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 && \
|
||||||
|
|
@ -51,4 +52,4 @@ rm -rf /var/lib/apt/lists/*
|
||||||
#The Kali Docker Image Is Out Of Date. : (
|
#The Kali Docker Image Is Out Of Date. : (
|
||||||
#RUN apt-get update -y && apt-get dist-upgrade -y
|
#RUN apt-get update -y && apt-get dist-upgrade -y
|
||||||
|
|
||||||
CMD /startup.sh
|
CMD /startup.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue