From 9c4a0fda3266316a50872936b87c999677dc7c0a Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 28 Sep 2022 21:07:51 +0100 Subject: [PATCH] Dependencies updated --- Dockerfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Dockerfile b/Dockerfile index a116becb..bcc67f18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,32 @@ RUN apt-get update && \ wget \ xauth \ xterm \ + wireshark \ + firefox \ + net-tools \ + rsync \ + openssh-server \ + openssh-client \ + vsftpd \ + atftpd \ + atftp \ + mini-httpd \ + lynx \ + tcpdump \ + wireshark \ + iperf \ + iperf3 \ + tshark \ + openssh-sftp-server \ + bind9 \ + bind9-utils \ + openvpn \ + isc-dhcp-server \ + isc-dhcp-client \ + whois \ + ipcalc \ + socat \ + hping3 \ && apt-get clean # install python dependencies RUN python3 -m pip install \