Skip to content

Commit

Permalink
texlive 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 24, 2023
1 parent 7891123 commit 68c63c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -93,8 +93,8 @@ RUN mkdir /tmp/texlive \
# It's better to do it like this, but Docker has a bug:
# https://stackoverflow.com/a/41864647/187141
# ENV PATH "${PATH}:$(realpath /usr/local/texlive/*/bin/*)"
ENV PATH "${PATH}:/usr/local/texlive/2022/bin/x86_64-linux"
RUN echo 'export PATH=${PATH}:/usr/local/texlive/2022/bin/x86_64-linux' >> /root/.profile
ENV PATH "${PATH}:/usr/local/texlive/2023/bin/x86_64-linux"
RUN echo 'export PATH=${PATH}:/usr/local/texlive/2023/bin/x86_64-linux' >> /root/.profile
RUN tlmgr init-usertree
RUN tlmgr install texliveonfly
RUN pdflatex --version
Expand Down

0 comments on commit 68c63c9

Please sign in to comment.