Skip to content

Commit

Permalink
Updated boost url for base docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Navya-Verma11 <[email protected]>
  • Loading branch information
Navya-Verma11 committed Mar 25, 2024
1 parent e0f3021 commit 66271e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile.base.ubuntu.18.04
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSI
# build user-config.jam files
RUN echo "using python : 3.6 : /usr ;" > ~/user-config.jam

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

0 comments on commit 66271e2

Please sign in to comment.