Skip to content

Commit

Permalink
gs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 11, 2024
1 parent ab6b1dc commit 9cb6450
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/latex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ RUN tlmgr option repository ctan \
&& tlmgr --verify-repo=none install xetex

RUN gem install texsc texqc

RUN apt-get -y -q update \
&& apt-get -y install --no-install-recommends \
ghostscript=* \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 9cb6450

Please sign in to comment.