Skip to content

Commit

Permalink
Temporarily stop updating packages from TeX Live
Browse files Browse the repository at this point in the history
Currently, the `texlive/texlive:latest` Docker image is for TeX Live
2023 but `tlmgr` is already at TeX Live 2024.
  • Loading branch information
Witiko committed Mar 13, 2024
1 parent 04957ee commit 16000aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 16000aa

Please sign in to comment.