瀏覽代碼

Added netcat-openbsd to the debian_large dockerfile

zinobias 2 年之前
父節點
當前提交
09cf54e003
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dockerfiles/debian_large

+ 1 - 1
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