Skip to content

Commit

Permalink
add wireshark for gui machine
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhakh authored Nov 9, 2024
1 parent 5897bb8 commit fca14a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gui2.web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN apt-get update \
&& cd .. \
&& rm -r *s20200821* \
&& DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
sudo htop bash-completion screen tmux less man-db curl wget socat knot-host mtr-tiny nano vim \
net-tools iperf3 traceroute tcpdump isc-dhcp-client icmpush iputils-ping \
sudo htop bash-completion screen tmux less man-db curl wget socat knot-host mtr-tiny nano vim \
net-tools iperf3 traceroute tcpdump wireshark isc-dhcp-client icmpush iputils-ping \
telnet ftp tftp rdate snmp ntp ntpdate netcat arping iproute2 openssh-client iptables \
openssl ifupdown \
vlc \
Expand Down
4 changes: 2 additions & 2 deletions term2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN apt-get update \
&& cd .. \
&& rm -r *s20200821* \
&& DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
sudo htop bash-completion screen tmux less man-db curl wget socat knot-host mtr-tiny nano vim \
sudo htop bash-completion screen tmux less man-db curl wget socat knot-host mtr-tiny nano vim \
net-tools iperf3 traceroute tcpdump isc-dhcp-client isc-dhcp-server icmpush iputils-ping \
xinetd telnet ftp vsftpd tftp rdate snmp snmpd ntp ntpdate netcat arping iproute2 openssh-client \
xinetd telnet ftp vsftpd tftp rdate snmp snmpd ntp ntpdate netcat arping iproute2 openssh-client \
openssh-server iptables apache2 webalizer goaccess geoip-database perl \
tftpd-hpa inetutils-telnetd php php-common libapache2-mod-php openssl \
&& rm -rf /var/lib/apt/lists/* && rm -f /var/cache/apt/archives/*.deb
Expand Down

0 comments on commit fca14a7

Please sign in to comment.