Skip to content

Commit

Permalink
fix(docker): Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 19, 2021
1 parent a9fba92 commit 80aec68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN pacman --needed --noconfirm -Syq \
java-commons-lang jq kindlegen m4 make moreutils nodejs otf-libertinus \
pandoc-sile-git pcre pdftk podofo poppler povray sile sqlite \
tex-gyre-fonts texlive-core ttf-hack yarn yq zint zsh \
lua-{colors,filesystem,yaml} \
perl-{yaml,yaml-merge-simple} \
python-{isbnlib,pandocfilters,pantable,ruamel-yaml,usfm2osis-cw-git} \
lua lua-{colors,filesystem,yaml} \
perl perl-{yaml,yaml-merge-simple} \
python python-{isbnlib,pandocfilters,pantable,ruamel-yaml,usfm2osis-cw-git} \
&& yes | pacman -Sccq

# Patch up Arch's Image Magick security settings to let it run Ghostscript
Expand Down

0 comments on commit 80aec68

Please sign in to comment.