Skip to content

Commit

Permalink
Merge pull request #525 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR: gh-482 Removed unwanted packages from Docker
  • Loading branch information
UltraInstinct14 authored Feb 9, 2024
2 parents b0e1daa + 2a090d3 commit 0d02bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 0d02bb4

Please sign in to comment.