Added netcat-openbsd to the debian_large dockerfile

This commit is contained in:
zinobias 2023-05-16 15:39:10 +02:00 committed by Alessandro Pignotti
parent 151a4eda64
commit 09cf54e003

View file

@ -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