Skip to content

Commit

Permalink
Fixed boost download URL in Dockerfile.oraclelinux8
Browse files Browse the repository at this point in the history
  • Loading branch information
smkniazi committed Jan 23, 2025
1 parent 4621307 commit a617ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.oraclelinux8
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ ENV BOOST_V_UNDERSCORE=${BOOST_VERSION_MAJOR}_${BOOST_VERSION_MINOR}_${BOOST_VER
ENV BOOST_LABEL="boost_${BOOST_V_UNDERSCORE}"
ENV BOOST_TARBALL="${BOOST_LABEL}.tar.gz"
RUN --mount=type=cache,target=$DOWNLOADS_CACHE_DIR \
rm -f $DOWNLOADS_CACHE_DIR/${BOOST_TARBALL} && \
wget -N --progress=bar:force -P $DOWNLOADS_CACHE_DIR \
https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/${BOOST_TARBALL} \
https://archives.boost.io/release/${BOOST_VERSION}/source/${BOOST_TARBALL} \
&& tar xzf $DOWNLOADS_CACHE_DIR/${BOOST_TARBALL} -C .
# Important env variable for RonDB compilation
ENV BOOST_ROOT="/${BOOST_LABEL}"
Expand Down

0 comments on commit a617ebd

Please sign in to comment.