diff options
| author | selsta <selsta@sent.at> | 2021-04-26 19:46:48 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-04-26 19:51:03 +0200 |
| commit | ab5cb01510ee25f852a271556cda7366ef4858fe (patch) | |
| tree | a2b1f56d89527fe8148c0a8e98e51064e36799a3 /Dockerfile.linux | |
| parent | d2fc4e60c64b90bd6f078261b60fc6ab417f2909 (diff) | |
| download | monzero-gui-ab5cb01510ee25f852a271556cda7366ef4858fe.tar.gz monzero-gui-ab5cb01510ee25f852a271556cda7366ef4858fe.tar.xz monzero-gui-ab5cb01510ee25f852a271556cda7366ef4858fe.zip | |
docker: fix boost bintray links
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 2 |
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 && \ |
