Skip to content

Commit

Permalink
Merge pull request #451 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - Fix docker build
  • Loading branch information
UltraInstinct14 authored Dec 5, 2023
2 parents 25aab2e + 5cad738 commit 5d7a424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && echo $arch && i
make install && cd - && rm -fr main.zip iproute2-main && \
# Install bpftool
git clone --recurse-submodules https://github.com/libbpf/bpftool.git && cd bpftool/src/ && \
git switch --detach v7.2.0 && \
make clean && make -j $(nproc) && cp -f ./bpftool /usr/local/sbin/bpftool && \
cd - && rm -fr bpftool && \
# Install loxicmd
Expand Down

0 comments on commit 5d7a424

Please sign in to comment.