Allow container to interop with pre 0.75 containerlab

This commit is contained in:
2026-04-04 05:04:31 +02:00
parent d8369e2c10
commit bb4e55c062
2 changed files with 38 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ 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 \
iputils-ping net-tools git python3 python3-pip vim-tiny nano joe openssh-server \
mtr-tiny traceroute rsync && apt-get clean
# Install VPP - sideload from local debs if --build-context vppdebs=<path> is provided,