aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.linux')
-rw-r--r--Dockerfile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index f2b8e81e..8aa8c55e 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -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 && \