Skip to content

Commit

Permalink
Merge pull request #34 from gofractally/boost-libs
Browse files Browse the repository at this point in the history
Add compiled boost libs
  • Loading branch information
swatanabe authored May 10, 2024
2 parents 602981e + b156e23 commit a006ce3
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 a006ce3

Please sign in to comment.