Skip to content

Commit

Permalink
#59 more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 6, 2024
1 parent 70b6571 commit 1a12eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/
&& cd /action && rm -rf install-tl* \
&& echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile \
&& tlmgr init-usertree \
&& tlmgr install texliveonfly \
&& tlmgr install collection-latex \
&& tlmgr install texliveonfly collection-latex l3kernel l3packages \
&& pdflatex --version \
&& bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]' \
&& tlmgr install latexmk \
Expand Down

0 comments on commit 1a12eba

Please sign in to comment.