[ghostscript] Use official git server URL. (#3578)

This is the correct URL according to https://www.freetype.org/developer.html

This resolves the HTTP 502 error from the git server.
This commit is contained in:
Sebastian Rasmussen 2020-04-03 22:29:23 +08:00 committed by GitHub
parent 6101f85ba0
commit 96b94f6741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ MAINTAINER skau@google.com
RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.savannah.nongnu.org/git/freetype/freetype2.git freetype RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.sv.nongnu.org/r/freetype/freetype2.git freetype
RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
RUN mkdir ghostpdl/fuzz RUN mkdir ghostpdl/fuzz