From 07fc4412345dc1f2ad25622e39858c84ba3a920b Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 3 May 2025 15:07:31 +0200 Subject: [PATCH] Add vim --- Dockerfile.bookworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm index b2e9eee..b84471f 100644 --- a/Dockerfile.bookworm +++ b/Dockerfile.bookworm @@ -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