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