Skip to content

Commit

Permalink
Hotfix: changes latest CTAN mirror from dante to ctan.org
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Oct 2, 2024
1 parent 3326b52 commit 641a83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <[email protected]>"

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

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

0 comments on commit 641a83a

Please sign in to comment.