Add mtr and traceroute

This commit is contained in:
Pim van Pelt
2025-05-04 11:03:50 +02:00
parent 47eed50e30
commit f4f38646fd

View File

@ -4,7 +4,8 @@ ARG VPP_INSTALL_SKIP_SYSCTL=true
ARG REPO=release
EXPOSE 22/tcp
RUN apt-get update && apt-get -y install curl procps tcpdump iproute2 iptables \
iputils-ping net-tools git python3 python3-pip vim-tiny openssh-server bird2 && apt-get clean
iputils-ping net-tools git python3 python3-pip vim-tiny openssh-server bird2 \
mtr-tiny traceroute && apt-get clean
# Install VPP
RUN mkdir -p /var/log/vpp /root/.ssh/