From 40f76f20b646758ef5b53e2ef50e686d2c74afdd Mon Sep 17 00:00:00 2001 From: osiu97 Date: Fri, 6 Mar 2020 15:41:47 +0100 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 153de44..216c9f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM kalilinux/kali-linux-docker +FROM kalilinux/kali-rolling ARG BUILD_DATE ARG VERSION @@ -37,7 +37,7 @@ wget \ python \ python-numpy \ unzip \ -kali-linux-top10 \ +kali-linux \ menu && \ cd /root && git clone https://github.com/kanaka/noVNC.git && \ cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \