[graphicsmagick] checkout ghostscript for use in the PDF decoder (#2388)

This commit is contained in:
Alex Gaynor 2019-05-07 13:08:45 -04:00 committed by jonathanmetzman
parent 087c8445bc
commit 53ce9c70ee
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ 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 --depth 1 https://github.com/glennrp/libpng
RUN git clone --depth 1 https://github.com/mm2/Little-CMS
RUN git clone https://git.ghostscript.com/ghostpdl.git
ADD http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz bzip2-1.0.6.tar.gz
WORKDIR graphicsmagick