diff --git a/Dockerfile b/Dockerfile index fd438c9..194f67b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt update 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