Skip to content

Commit

Permalink
TeX Live 2023 is frozen ❄️
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa committed May 3, 2024
1 parent 5b3707a commit fd2d9ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ RUN apk add --no-cache \
xz \
fontconfig
COPY ./texlive.profile ./
RUN wget -nv https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
RUN wget -nv ftp://tug.org/texlive/historic/2023/tlnet-final/install-tl-unx.tar.gz
RUN tar -xzf ./install-tl-unx.tar.gz --strip-components=1
RUN ./install-tl --profile=texlive.profile
RUN ./install-tl --profile=texlive.profile \
--repository ftp://tug.org/texlive/historic/2023/tlnet-final/
RUN ln -sf /usr/local/texlive/*/bin/* /usr/local/bin/texlive
RUN tlmgr install \
collection-fontsrecommended \
Expand Down
5 changes: 3 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ RUN apt-get install -y \
xz-utils \
fontconfig
COPY ./texlive.profile ./
RUN wget -nv https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
RUN wget -nv ftp://tug.org/texlive/historic/2023/tlnet-final/install-tl-unx.tar.gz
RUN tar -xzf ./install-tl-unx.tar.gz --strip-components=1
RUN ./install-tl --profile=texlive.profile
RUN ./install-tl --profile=texlive.profile \
--repository ftp://tug.org/texlive/historic/2023/tlnet-final/
RUN ln -sf /usr/local/texlive/*/bin/* /usr/local/bin/texlive
RUN tlmgr install \
collection-fontsrecommended \
Expand Down

0 comments on commit fd2d9ad

Please sign in to comment.