Skip to content

Commit

Permalink
xetex
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 11, 2024
1 parent 71b1780 commit ab6b1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/latex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/

RUN tlmgr option repository ctan \
&& tlmgr --verify-repo=none update --self \
&& tlmgr --verify-repo=none install biber
&& tlmgr --verify-repo=none install biber \
&& tlmgr --verify-repo=none install xetex

RUN gem install texsc texqc

0 comments on commit ab6b1dc

Please sign in to comment.