From ad469c8d9d15d24120fcb6de3f0eed8f10db4ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolando=20Ant=C3=B3n?= Date: Tue, 5 Nov 2019 21:44:22 -0500 Subject: [PATCH] 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. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8f282ee..153de44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ @@ -51,4 +52,4 @@ rm -rf /var/lib/apt/lists/* #The Kali Docker Image Is Out Of Date. : ( #RUN apt-get update -y && apt-get dist-upgrade -y -CMD /startup.sh \ No newline at end of file +CMD /startup.sh