Skip to content

Commit

Permalink
Merge pull request #10 from jowr/jowr-patch-1
Browse files Browse the repository at this point in the history
Add ghostscript for pdflatex
  • Loading branch information
mattnotmitt authored Jan 8, 2021
2 parents 26c5585 + 5bedb01 commit b153495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

PACKAGES="doxygen graphviz ttf-freefont"
if [ "$BUILD_LATEX" = true ] ; then
PACKAGES="$PACKAGES perl build-base texlive-full biblatex"
PACKAGES="$PACKAGES perl build-base texlive-full biblatex ghostscript"
fi
apk add $PACKAGES

Expand Down

0 comments on commit b153495

Please sign in to comment.