Skip to content

Commit

Permalink
Switches mirror to dante.ctan.org
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 11, 2024
1 parent 037bd16 commit d541a14
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 https://ctan.org/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
RUN wget http://dante.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 -repository https://ctan.org/tex-archive/systems/texlive/tlnet --no-verify-downloads
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://dante.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"
Expand Down

0 comments on commit d541a14

Please sign in to comment.