Skip to content

Commit

Permalink
Merge pull request #10 from jobrad-gmbh/JRAD-1458-downgrade-ghostscript
Browse files Browse the repository at this point in the history
JRAD-1458
  • Loading branch information
Benniphx authored Oct 12, 2023
2 parents 918f226 + 0cc0615 commit 16e95f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN curl -sL -o /tmp/wkhtmltox.deb https://github.com/wkhtmltopdf/wkhtmltopdf/re
&& rm -rf /tmp/wkhtmltox.deb

# ghostscript
RUN GHOSTSCRIPT_VERSION=10020 && GHOSTSCRIPT_FILE_NAME=ghostscript-10.02.0.tar.gz \
RUN GHOSTSCRIPT_VERSION=10012 && GHOSTSCRIPT_FILE_NAME=ghostscript-10.01.2.tar.gz \
&& curl -sL -o /tmp/${GHOSTSCRIPT_FILE_NAME} https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${GHOSTSCRIPT_VERSION}/${GHOSTSCRIPT_FILE_NAME} \
&& tar -xzf /tmp/${GHOSTSCRIPT_FILE_NAME} -C /tmp \
&& cd /tmp/$(basename ${GHOSTSCRIPT_FILE_NAME} .tar.gz)/ \
Expand Down

0 comments on commit 16e95f6

Please sign in to comment.