forked from docker/browser-kali
Update Dockerfile
kali-linux-top10 is like the minimum toolset for kali, and kali-desktop-xfce is a meta-package with a more complete set of options including for the menus of the tools installed.
This commit is contained in:
parent
419b46e648
commit
ad469c8d9d
|
|
@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
RUN apt-get -yqq update && \
|
||||
apt-get install -y \
|
||||
net-tools \
|
||||
xfce4 \
|
||||
kali-desktop-xfce \
|
||||
git \
|
||||
x11vnc \
|
||||
xvfb \
|
||||
|
|
@ -37,6 +37,7 @@ wget \
|
|||
python \
|
||||
python-numpy \
|
||||
unzip \
|
||||
kali-linux-top10 \
|
||||
menu && \
|
||||
cd /root && git clone https://github.com/kanaka/noVNC.git && \
|
||||
cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue