We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb0dd3 commit 6c027deCopy full SHA for 6c027de
dockerfiles/aws/cpp/Dockerfile.dependencies-boost
@@ -5,7 +5,7 @@ ENV WORKERS=${WORKERS}
5
6
7
RUN yum install -y cmake curl libcurl libcurl-devel git gcc gcc-c++ make tar gzip which python-devel
8
-RUN curl -LO https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.gz\
+RUN curl -LO https://archives.boost.io/release/1.79.0/source/boost_1_79_0.tar.gz\
9
&& tar -xf boost_1_79_0.tar.gz && cd boost_1_79_0\
10
&& echo "using gcc : : $(which gcc10-c++) ;" >> tools/build/src/user-config.jam\
11
&& ./bootstrap.sh --prefix=/opt\
0 commit comments