From 387c7c9af20ba263bdabf62ce5be0e3cd02aae31 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 1 Oct 2024 09:17:53 +0000 Subject: [PATCH] feat: change mirror --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 245c231..bc350a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV TEXLIVE_INSTALL_TEXMFCONFIG=~/.texlive/texmf-config WORKDIR /tmp -RUN wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz +RUN wget https://mirror.supanadit.com/install-tl-unx.tar.gz RUN tar -xvzf install-tl-unx.tar.gz RUN sh -c 'cd install-tl-* && perl ./install-tl --no-interaction --scheme=minimal --profile texlive.profile --no-doc-install --no-src-install --texdir=/usr/local/texlive'