Skip to content

Commit 66271e2

Browse files
committed
Updated boost url for base docker container
Signed-off-by: Navya-Verma11 <118188894+Navya-Verma11@users.noreply.github.com>
1 parent e0f3021 commit 66271e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile.base.ubuntu.18.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSI
100100
# build user-config.jam files
101101
RUN echo "using python : 3.6 : /usr ;" > ~/user-config.jam
102102

103-
RUN wget https://dl.bintray.com/boostorg/release/${BOOST_VERSION_DOT}/source/boost_${BOOST_VERSION}.tar.bz2 \
103+
RUN wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION_DOT}/source/boost_${BOOST_VERSION}.tar.bz2 \
104104
&& tar --bzip2 -xf boost_${BOOST_VERSION}.tar.bz2 && cd boost_${BOOST_VERSION} \
105105
&& ./bootstrap.sh --prefix=$ROOTDIR \
106106
&& ./b2 -d0 -j $NUM_CPU cxxstd=14 install variant=release link=shared \

0 commit comments

Comments
 (0)