Skip to content

Commit

Permalink
Revert "Update the image texlive/texlive:pretest from a regular mir…
Browse files Browse the repository at this point in the history
…ror"

This reverts commit 8f8e131.
  • Loading branch information
Witiko committed Mar 15, 2024
1 parent 844beaf commit cf59200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ apt-get -qy install --no-install-recommends ${DEPENDENCIES}
if echo ${TEXLIVE_TAG} | grep -q latest
then
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/
fi

# Generate the ConTeXt file database
Expand Down Expand Up @@ -164,6 +167,9 @@ rm -rfv ${AUXILIARY_FILES}
if echo ${TEXLIVE_TAG} | grep -q latest
then
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/
fi

# Uninstall the distribution Markdown package
Expand Down

0 comments on commit cf59200

Please sign in to comment.