We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4debf commit f7c3d95Copy full SHA for f7c3d95
1 file changed
Dockerfile
@@ -22,7 +22,7 @@ RUN cd /tmp && curl -s -SL "https://github.com/CGAL/LAStools/archive/master.zip"
22
mkdir build && cd build && \
23
cmake .. && make -j 6 && make install && cd / && rm -rf /tmp/LAStools-master
24
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 && \
+RUN curl -s -SL "https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.gz" | tar xz -C /tmp && \
26
cd /tmp/boost_1_84_0 && \
27
./bootstrap.sh --prefix=/usr/local --with-libraries=system,filesystem,program_options,iostreams,serialization && \
28
./b2 -j 6 install && cd / && rm -rf /tmp/boost_1_84_0
0 commit comments