From 16000aa415b89613e22faa43bea3ab75ab5e41b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Star=C3=BD=20Novotn=C3=BD?= Date: Thu, 14 Mar 2024 00:51:17 +0100 Subject: [PATCH] Temporarily stop updating packages from TeX Live Currently, the `texlive/texlive:latest` Docker image is for TeX Live 2023 but `tlmgr` is already at TeX Live 2024. --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57b8a20f..9258f103 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,8 @@ apt-get -qy install --no-install-recommends ${DEPENDENCIES} # Update packages in non-historic TeX Live versions if echo ${TEXLIVE_TAG} | grep -q latest then - retry -t 30 -d 60 tlmgr update --self --all + # retry -t 30 -d 60 tlmgr update --self --all + : elif echo ${TEXLIVE_TAG} | grep -q pretest then retry -t 30 -d 60 tlmgr update --self --all --repository ftp://ftp.cstug.cz/pub/tex/local/tlpretest/ @@ -166,7 +167,8 @@ rm -rfv ${AUXILIARY_FILES} # Update packages in non-historic TeX Live versions if echo ${TEXLIVE_TAG} | grep -q latest then - retry -t 30 -d 60 tlmgr update --self --all + # retry -t 30 -d 60 tlmgr update --self --all + : elif echo ${TEXLIVE_TAG} | grep -q pretest then retry -t 30 -d 60 tlmgr update --self --all --repository ftp://ftp.cstug.cz/pub/tex/local/tlpretest/