Skip to content

Commit

Permalink
fix(docker): Add missing dependency for IM to work with PDFs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 1, 2021
1 parent 296dfad commit 345c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pacman --needed --noconfirm -Syuq && yes | pacman -Sccq

# Install CaSILE run-time dependecies (increment cache var above)
RUN pacman --needed --noconfirm -Syq \
bc bcprov cpdf entr epubcheck git imagemagick inetutils inkscape \
bc bcprov cpdf entr epubcheck ghostscript git imagemagick inetutils inkscape \
java-commons-lang jq kindlegen m4 make moreutils nodejs otf-libertinus \
pandoc-sile-git pcre pdftk podofo poppler povray rsync sile sqlite \
tex-gyre-fonts texlive-core ttf-hack xcftools yarn yq zint zsh \
Expand Down

0 comments on commit 345c9bc

Please sign in to comment.