Skip to content

Commit

Permalink
Switches 2024 CTAN repo to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 4, 2024
1 parent 3a9d4d4 commit 481ff94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2024/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ LABEL maintainer="Max Kratz <[email protected]>"

# Install texlive
COPY texlive.profile .
RUN wget http://ctan.mirror.norbert-ruehl.de/systems/texlive/tlnet/install-tl-unx.tar.gz
RUN wget https://ctan.org/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
RUN tar xvzf install-tl-unx.tar.gz
RUN ./install-tl-*/install-tl -profile texlive.profile
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ctan.org/tex-archive/systems/texlive/tlnet --no-verify-downloads

# Add texlive to path
ENV PATH="/usr/local/texlive/2024/bin/x86_64-linux:$PATH"
ENV PATH="/usr/local/texlive/2024/bin/aarch64-linux:$PATH"
ENV PATH="/usr/local/texlive/2024/bin/armhf-linux:$PATH"

# Update tlmgr + tex-packages
RUN tlmgr update --self --all --reinstall-forcibly-removed
RUN tlmgr update --self --all --reinstall-forcibly-removed --verify-repo=none
RUN luaotfload-tool -v -vvv -u

WORKDIR /data
Expand Down

0 comments on commit 481ff94

Please sign in to comment.