Skip to content

Commit

Permalink
Add boost to cpubuilder docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Nov 28, 2023
1 parent 2013025 commit f16e376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/cpubuilder_ubuntu_jammy_ghr_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN apt update && \
apt install -y \
ccache clang-14 lld-14 libssl-dev ninja-build libxml2-dev llvm-dev pkg-config \
libcapstone-dev libtbb-dev libzstd-dev && \
apt install -y \
libboost-all-dev && \
apt clean && rm -rf /var/lib/apt/lists/*

# Python deps.
Expand Down

0 comments on commit f16e376

Please sign in to comment.