mirror of https://github.com/google/oss-fuzz.git
[graphicsmagick] fixed cloning of freetype2 (#4517)
* [graphicsmagick] fixed cloning of freetype2 * Update Dockerfile
This commit is contained in:
parent
69522fa20b
commit
878e009488
|
@ -26,7 +26,7 @@ RUN git clone --depth 1 https://github.com/madler/zlib
|
|||
RUN git clone --depth 1 https://github.com/xz-mirror/xz
|
||||
RUN git clone --depth 1 https://github.com/facebook/zstd
|
||||
RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo
|
||||
RUN git clone --depth 1 https://git.savannah.nongnu.org/r/freetype/freetype2
|
||||
RUN git clone https://git.savannah.nongnu.org/r/freetype/freetype2.git/
|
||||
RUN git clone --depth 1 https://github.com/pnggroup/libpng
|
||||
RUN git clone --depth 1 https://github.com/mm2/Little-CMS
|
||||
RUN git clone https://git.ghostscript.com/ghostpdl.git
|
||||
|
|
Loading…
Reference in New Issue