From 4548666dc3f8595d6bdb6c3de35e11261c91487a Mon Sep 17 00:00:00 2001 From: Patrick Hobusch Date: Thu, 24 Jun 2021 15:51:45 +0200 Subject: [PATCH] Add ncat to container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d86e74..c87dd48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV TZ=Europe/Berlin # Install basic packages RUN apt-get update && apt-get install -y \ - apt-transport-https curl git jq pwgen python3-pip software-properties-common wget unzip + apt-transport-https curl git jq ncat pwgen python3-pip software-properties-common wget unzip # Install PIP packages