diff --git a/artifact/docker/Dockerfile b/artifact/docker/Dockerfile index 91e7af6..8adfd4e 100644 --- a/artifact/docker/Dockerfile +++ b/artifact/docker/Dockerfile @@ -76,7 +76,7 @@ RUN apt-get update && apt-get install -y linux-tools-$(uname -r) || \ (cd /tmp && \ git clone --recurse-submodules https://github.com/libbpf/bpftool.git && \ cd bpftool/src && \ - make install && \ + make install LLVM_STRIP=llvm-strip-16 && \ rm -rf /tmp/bpftool) # Clone the Honey Potion repository