diff options
| author | plowsof <77655812+plowsof@users.noreply.github.com> | 2024-10-01 11:45:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 11:45:45 +0100 |
| commit | 8af3cd09ca7c969ab466afdb1d531f6c839a90d8 (patch) | |
| tree | 2b6a75b83201ec912bd1bf6943ab38d737b34ab3 /Dockerfile.linux | |
| parent | 08e2eafb7cfc18fc08f4b74885fa682001f12bca (diff) | |
| download | monzero-gui-8af3cd09ca7c969ab466afdb1d531f6c839a90d8.tar.gz monzero-gui-8af3cd09ca7c969ab466afdb1d531f6c839a90d8.tar.xz monzero-gui-8af3cd09ca7c969ab466afdb1d531f6c839a90d8.zip | |
Dockerfile.linux: freetype.git mirror
https://savannah.gnu.org/ apears to be temp offline
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 4 |
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 && \ |
