Skip to content

Commit

Permalink
Update to ubuntu 24.04 for perf build with BUILD_BPF_SKEL=1
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyouLi committed Dec 9, 2024
1 parent 6a8b0a9 commit 2d0a505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN locale-gen en_US.UTF-8 && echo "LANG=en_US.UTF-8" > /etc/default/locale
RUN add-apt-repository ppa:git-core/ppa -y
RUN apt-get update && apt-get install -y git build-essential autotools-dev automake \
gawk zlib1g-dev libtool libaio-dev libaio1 pandoc pkgconf libcap-dev docbook-utils \
libreadline-dev default-jre default-jdk cmake flex bison libssl-dev clang
libreadline-dev default-jre default-jdk cmake flex bison libssl-dev clang libbpf-dev

ENV JAVA_HOME=/usr/lib/jvm/java-1.11.0-openjdk-amd64

Expand Down

0 comments on commit 2d0a505

Please sign in to comment.