Skip to content

Commit

Permalink
Adding pdfunite to Image
Browse files Browse the repository at this point in the history
Adding pdfunite to the image to use this tool instead of Ghostscript to merge PDF-files. Because GS causes problems for Mozilla Firefox to display the PDFs.
  • Loading branch information
Vasco-Da-Gama-png authored and alexpovel committed Nov 3, 2022
1 parent c09f727 commit fdfee55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ RUN apt-get update && \
python3-pygments \
# Required to embed git metadata into PDF from within Docker container:
git
# Required to use pdfunite for merging PDF files. Ghostscript is causing
# trouble with Mozilla Firefox's PDF Reader.
poppler-utils

# The `minted` LaTeX package provides syntax highlighting using the Python `pygmentize`
# package. That package also installs a callable script, which `minted` uses, see
Expand Down

0 comments on commit fdfee55

Please sign in to comment.