Merge pull request #3 from rolando-anton/patch-2

Update Dockerfile
This commit is contained in:
Dan Salmon 2019-11-12 07:42:48 -06:00 committed by GitHub
commit afd9fa87e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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 && \