File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ WORKDIR /root
3535COPY common/texlive.profile /root/texlive.profile
3636COPY common/install-texlive.sh /root/install-texlive.sh
3737
38- ARG texlive_version=2024
39- ARG scheme=basic
38+ ARG texlive_version=
39+ ARG scheme=
4040RUN echo "selected_scheme scheme-${scheme}" >> /root/texlive.profile \
4141 && sh /root/install-texlive.sh $texlive_version \
4242 && rm -f /root/texlive.profile \
Original file line number Diff line number Diff line change 1- $texlive_version = ' 2024 '
1+ $texlive_version = ' 2025 '
22$alpine_version = ' 3.20'
33
44$schemes = @ (
Original file line number Diff line number Diff line change 33# Adapted from
44# https://raw.githubusercontent.com/pandoc/dockerfiles/8fdaeb6e3652438c3b657cc72def1109e42f641f/common/latex/install-texlive.sh
55
6- default_version=2024
6+ default_version=2025
77tlversion=${1:- " $default_version " }
88installer_archive=install-tl-unx.tar.gz
99
You can’t perform that action at this time.
0 commit comments