Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 7b80f00

Browse files
committed
add --break-system-packages to pip3 install pcpp since an apt package is not available for bookworm
1 parent a1c673c commit 7b80f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

final/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ COPY --from=build-go $HOME/go/src /usr/local/go/src
8787
COPY --from=build-go $HOME/go/pkg /usr/local/go/pkg
8888

8989
# Preprocessor for BPF used by cmake
90-
RUN pip3 install pcpp
90+
RUN pip3 install --break-system-packages pcpp
9191

9292
# add a script to setup build inside of container
9393
# to be run after we build the image.

0 commit comments

Comments
 (0)