From bfa7fe5debac70d99cfc34d7584dea6ba6a4779f Mon Sep 17 00:00:00 2001 From: osiu97 Date: Mon, 9 Mar 2020 09:28:58 +0100 Subject: [PATCH] added ping --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c67f9d6..6a39041 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ python \ python-numpy \ unzip \ kali-linux \ +iputils-ping \ menu && \ cd /root && git clone https://github.com/kanaka/noVNC.git && \ cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \