Skip to content

Commit

Permalink
Dockerfile.linux: freetype.git mirror
Browse files Browse the repository at this point in the history
https://savannah.gnu.org/ apears to be temp offline
  • Loading branch information
plowsof authored Oct 1, 2024
1 parent 08e2eaf commit 8af3cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8af3cd0

Please sign in to comment.