Skip to content

Commit

Permalink
texsc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 11, 2024
1 parent 9cb6450 commit 4fe6f46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/latex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ RUN tlmgr option repository ctan \
&& tlmgr --verify-repo=none install biber \
&& 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/*

RUN bash -c 'gem install texsc texqc' \
&& bash -c 'texsc --version' \
&& bash -c 'texqc --version' \

0 comments on commit 4fe6f46

Please sign in to comment.