We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f3021 commit 66271e2Copy full SHA for 66271e2
Docker/Dockerfile.base.ubuntu.18.04
@@ -100,7 +100,7 @@ RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSI
100
# build user-config.jam files
101
RUN echo "using python : 3.6 : /usr ;" > ~/user-config.jam
102
103
-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 \
104
&& tar --bzip2 -xf boost_${BOOST_VERSION}.tar.bz2 && cd boost_${BOOST_VERSION} \
105
&& ./bootstrap.sh --prefix=$ROOTDIR \
106
&& ./b2 -d0 -j $NUM_CPU cxxstd=14 install variant=release link=shared \
0 commit comments