From 5832ab959e0bf80251725cc3af20ac91a6a51c7b Mon Sep 17 00:00:00 2001 From: TrekkieCoder <111065900+TrekkieCoder@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:11:05 +0900 Subject: [PATCH] Update Dockerfile Fixed build failure --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c4dd020bc..9414416b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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