Skip to content

Commit 6c027de

Browse files
DJAntivenommcopik
authored andcommitted
[AWS-cpp] Fix boost download link
1 parent 9fb0dd3 commit 6c027de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/aws/cpp/Dockerfile.dependencies-boost

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV WORKERS=${WORKERS}
55

66

77
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\
8+
RUN curl -LO https://archives.boost.io/release/1.79.0/source/boost_1_79_0.tar.gz\
99
&& tar -xf boost_1_79_0.tar.gz && cd boost_1_79_0\
1010
&& echo "using gcc : : $(which gcc10-c++) ;" >> tools/build/src/user-config.jam\
1111
&& ./bootstrap.sh --prefix=/opt\

0 commit comments

Comments
 (0)