aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-24 18:00:55 +0000
committertobtoht <tob@featherwallet.org>2025-02-24 18:00:55 +0000
commitfa02fa8ac5ffd7d1fec03223affb62399704f491 (patch)
treeaf1a110c5e2eae0374322189f0edc06284deaa49 /Dockerfile.linux
parent9015dd536798ece9cd237e90be4dd7354e8d546c (diff)
parent8af3cd09ca7c969ab466afdb1d531f6c839a90d8 (diff)
downloadmonzero-gui-fa02fa8ac5ffd7d1fec03223affb62399704f491.tar.gz
monzero-gui-fa02fa8ac5ffd7d1fec03223affb62399704f491.tar.xz
monzero-gui-fa02fa8ac5ffd7d1fec03223affb62399704f491.zip
Merge pull request #4362
8af3cd09 Dockerfile.linux: freetype.git mirror (plowsof)
Diffstat (limited to 'Dockerfile.linux')
-rw-r--r--Dockerfile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 97c0af5d..c220a318 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -121,8 +121,8 @@ RUN git clone -b v1.3 --depth 1 https://github.com/madler/zlib && \
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b VER-2-10-2 --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git && \
- cd freetype2 && \
+RUN git clone -b VER-2-10-2 --depth 1 https://gitlab.freedesktop.org/freetype/freetype.git && \
+ cd freetype && \
git reset --hard 132f19b779828b194b3fede187cee719785db4d8 && \
./autogen.sh && \
./configure --disable-shared --enable-static --with-zlib=no && \