Added more network utilities.

This commit is contained in:
2023-03-19 01:32:00 +08:00
parent a124a6745a
commit cfc3f1ec13

View File

@@ -8,7 +8,7 @@ RUN apt update
RUN apt install -y curl wget nano lsb-core nano RUN apt install -y curl wget nano lsb-core nano
RUN apt install -y net-tools iputils-ping tcpdump traceroute iproute2 iptables RUN apt install -y net-tools iputils-ping tcpdump traceroute iproute2 iptables iperf3 dnsutils speedtest-cli
COPY scripts/entrypoint.sh /entrypoint.sh COPY scripts/entrypoint.sh /entrypoint.sh