Skip to content

Commit

Permalink
Add xxd for bpftrace build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 20, 2023
1 parent f7bb9a4 commit 780c5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.bpftrace
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && \
libgmock-dev \
asciidoctor \
libdw-dev \
xxd \
pahole && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/iovisor/bpftrace --depth 1 --branch ${BPFTRACE_VERSION} --recurse-submodules && \
mkdir bpftrace/build && cd bpftrace/build && \
Expand Down

0 comments on commit 780c5c5

Please sign in to comment.