docker: fix boost bintray links

This commit is contained in:
selsta
2021-04-26 19:46:48 +02:00
parent d2fc4e60c6
commit ab5cb01510
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ RUN git clone -b release-64-2 --depth 1 https://github.com/unicode-org/icu && \
rm -rf $(pwd)
RUN apt install -y wget && \
wget https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz && \
wget https://downloads.sourceforge.net/project/boost/boost/1.73.0/boost_1_73_0.tar.gz && \
echo "9995e192e68528793755692917f9eb6422f3052a53c5e13ba278a228af6c7acf boost_1_73_0.tar.gz" | sha256sum -c && \
tar -xzf boost_1_73_0.tar.gz && \
rm boost_1_73_0.tar.gz && \