mirror of https://github.com/google/oss-fuzz.git
[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:
parent
6101f85ba0
commit
96b94f6741
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue