Skip to content

Commit

Permalink
ci: add linux-headers as a h2olog runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Jan 21, 2021
1 parent 70a9c67 commit 14f2950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/docker-ci/Dockerfile.ubuntu2004
Expand Up @@ -65,7 +65,8 @@ RUN curl -Ls https://github.com/i110/h2spec/releases/download/v2.2.0-4e8cc7e/h2s

# bcc and bpftrace
RUN apt-get install --yes \
libbpfcc-dev
libbpfcc-dev \
linux-headers-$(uname -r)
RUN git clone --branch kazuho/usdt-attach-all-locations https://github.com/kazuho/bpftrace.git && \
cd bpftrace && \
mkdir build && \
Expand Down

0 comments on commit 14f2950

Please sign in to comment.