From 09cf54e003bd14a55918f1fc85c48acffcce4a63 Mon Sep 17 00:00:00 2001 From: zinobias Date: Tue, 16 May 2023 15:39:10 +0200 Subject: [PATCH] Added netcat-openbsd to the debian_large dockerfile --- dockerfiles/debian_large | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/debian_large b/dockerfiles/debian_large index 902647d..968c8ff 100644 --- a/dockerfiles/debian_large +++ b/dockerfiles/debian_large @@ -9,7 +9,7 @@ RUN apt-get update && apt-get -y upgrade && \ python3-jinja2 python3-numpy python3-pandas python3-pip python3-scipy \ python3-six python3-yaml readline-common rsyslog ruby sensible-utils \ ssh systemd systemd-sysv tasksel tasksel-data udev vim wget whiptail \ - xxd iptables isc-dhcp-client isc-dhcp-common kmod less + xxd iptables isc-dhcp-client isc-dhcp-common kmod less netcat-openbsd # Make a user, then copy over the /example directory RUN useradd -m user