This commit is contained in:
Pim van Pelt
2025-05-03 15:07:31 +02:00
parent e71451f1c5
commit 07fc441234

View File

@ -3,7 +3,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG VPP_INSTALL_SKIP_SYSCTL=true
ARG REPO=release
RUN apt-get update && apt-get -y install curl procps tcpdump iproute2 iptables \
iputils-ping net-tools git python3 python3-pip && apt-get clean
iputils-ping net-tools git python3 python3-pip vim-tiny && apt-get clean
# Install VPP
RUN mkdir -p /var/log/vpp