Skip to content

Commit db6ebdf

Browse files
authored
feat: texlive dockerfile to 2025 (#101)
1 parent d35b15c commit db6ebdf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

images/texlive/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ WORKDIR /root
3535
COPY common/texlive.profile /root/texlive.profile
3636
COPY 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=
4040
RUN echo "selected_scheme scheme-${scheme}" >> /root/texlive.profile \
4141
&& sh /root/install-texlive.sh $texlive_version \
4242
&& rm -f /root/texlive.profile \

images/texlive/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$texlive_version = '2024'
1+
$texlive_version = '2025'
22
$alpine_version = '3.20'
33

44
$schemes = @(

images/texlive/common/install-texlive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
77
tlversion=${1:-"$default_version"}
88
installer_archive=install-tl-unx.tar.gz
99

0 commit comments

Comments
 (0)