Skip to content

Commit

Permalink
Add compiled boost libs
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed May 10, 2024
1 parent 602981e commit b156e23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/ubuntu-2404-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ RUN export DEBIAN_FRONTEND=noninteractive \
lld-16 \
llvm-16 \
libboost1.83-dev \
libboost-chrono1.83-dev \
libboost-date-time1.83-dev \
libboost-filesystem1.83-dev \
libboost-iostreams1.83-dev \
libboost-log1.83-dev \
libboost-program-options1.83-dev \
libboost-system1.83-dev \
libboost-test1.83-dev \
&& apt-get clean -yq \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b156e23

Please sign in to comment.