Skip to content

Commit

Permalink
Ghost script in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Jan 14, 2024
1 parent 125266b commit e1debe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN wget --output-document=/usr/local/bin/yq https://github.com/mikefarah/yq/rel
yq --version

RUN apt-get update && apt-get install -y \
fonts-roboto-slab
fonts-roboto-slab \
ghostscript

# Set working directory
WORKDIR /latex_content
Expand Down

0 comments on commit e1debe6

Please sign in to comment.