File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN rm -rf /var/lib/apt/lists/*
1010
1111# Install texlive
1212COPY texlive.profile .
13- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2016/install-tl-unx.tar.gz
13+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2016/install-tl-unx.tar.gz
1414RUN tar xvzf install-tl-unx.tar.gz
15- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2016/tlnet-final/ --no-verify-downloads
15+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2016/tlnet-final/ --no-verify-downloads
1616
1717# Add texlive to path
1818ENV PATH="/usr/local/texlive/2016/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ RUN rm -rf /var/lib/apt/lists/*
99
1010# Install texlive
1111COPY texlive.profile .
12- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2017/install-tl-unx.tar.gz
12+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2017/install-tl-unx.tar.gz
1313RUN tar xvzf install-tl-unx.tar.gz
14- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2017/tlnet-final/ --no-verify-downloads
14+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2017/tlnet-final/ --no-verify-downloads
1515
1616# Add texlive to path
1717ENV PATH="/usr/local/texlive/2017/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2018/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2018/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2018/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2018/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2018/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2019/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2019/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2019/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2019/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2019/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2020/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2020/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2020/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2020/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2020/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2021/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2021/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2021/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2021/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2022/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2022/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2022/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2022/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2022/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2023/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2023/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2023/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2023/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2023/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2024/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2024/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2024/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2024/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2024/bin/x86_64-linux:$PATH"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44
55# Install texlive
66COPY texlive.profile .
7- RUN wget http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2025/install-tl-unx.tar.gz
7+ RUN wget https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2025/install-tl-unx.tar.gz
88RUN tar xvzf install-tl-unx.tar.gz
9- RUN ./install-tl-*/install-tl -profile texlive.profile -repository http ://ftp.math.utah.edu /pub/tex /historic/systems/texlive/2025/tlnet-final/ --no-verify-downloads
9+ RUN ./install-tl-*/install-tl -profile texlive.profile -repository https ://ftp.tu-chemnitz.de /pub/tug /historic/systems/texlive/ /2025/tlnet-final/ --no-verify-downloads
1010
1111# Add texlive to path
1212ENV PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
You can’t perform that action at this time.
0 commit comments