Add vim
This commit is contained in:
@ -3,7 +3,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
ARG VPP_INSTALL_SKIP_SYSCTL=true
|
ARG VPP_INSTALL_SKIP_SYSCTL=true
|
||||||
ARG REPO=release
|
ARG REPO=release
|
||||||
RUN apt-get update && apt-get -y install curl procps tcpdump iproute2 iptables \
|
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
|
# Install VPP
|
||||||
RUN mkdir -p /var/log/vpp
|
RUN mkdir -p /var/log/vpp
|
||||||
|
Reference in New Issue
Block a user