Skip to content

Commit f7c3d95

Browse files
committed
change the URL of the Boost tarball
1 parent 4a4debf commit f7c3d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN cd /tmp && curl -s -SL "https://github.com/CGAL/LAStools/archive/master.zip"
2222
mkdir build && cd build && \
2323
cmake .. && make -j 6 && make install && cd / && rm -rf /tmp/LAStools-master
2424

25-
RUN curl -s -SL "https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz" | tar xz -C /tmp && \
25+
RUN curl -s -SL "https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz" | tar xz -C /tmp && \
2626
cd /tmp/boost_1_84_0 && \
2727
./bootstrap.sh --prefix=/usr/local --with-libraries=system,filesystem,program_options,iostreams,serialization && \
2828
./b2 -j 6 install && cd / && rm -rf /tmp/boost_1_84_0

0 commit comments

Comments
 (0)