From 0da57516cec356e7abc5a2168a6580fbca020d57 Mon Sep 17 00:00:00 2001 From: Trekkie Coder Date: Fri, 9 Feb 2024 11:08:58 +0900 Subject: [PATCH] gh-482 Removed unwanted packages from Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a4db09d..e9554fd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN mkdir -p /opt/loxilb && \ # Dev and util packages apt-get install -y clang llvm libelf-dev libpcap-dev vim net-tools \ elfutils dwarves git libbsd-dev bridge-utils wget unzip build-essential \ - bison flex sudo iproute2 pkg-config tcpdump iputils-ping keepalived curl bash-completion && \ + bison flex sudo iproute2 pkg-config tcpdump iputils-ping curl bash-completion && \ # Install loxilb's custom ntc tool wget https://github.com/loxilb-io/iproute2/archive/refs/heads/main.zip && \ unzip main.zip && cd iproute2-main/libbpf/src/ && mkdir build && \