Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 authored Aug 16, 2024
1 parent 05db5df commit 0d587a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN apt update -qq \

WORKDIR /srv

RUN wget https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.gz && \
tar -xf boost_1_85_0.tar.gz && \
cd boost_1_85_0 && \
RUN wget https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz && \
tar -xf boost_1_86_0.tar.gz && \
cd boost_1_86_0 && \
sh bootstrap.sh && \
./b2 install release variant=release debug-symbols=on optimization=speed \
--with-json \
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN wget https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.gz &&
--with-date_time \
--with-url && \
cd .. && \
rm boost_1_85_0 -rf && \
rm boost_1_85_0.tar.gz
rm boost_1_86_0 -rf && \
rm boost_1_86_0.tar.gz

WORKDIR /srv

0 comments on commit 0d587a5

Please sign in to comment.