Skip to content

Commit

Permalink
Update the image texlive/texlive:pretest from a regular mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Mar 15, 2024
1 parent 544f322 commit 8f8e131
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ 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 @@ -167,9 +164,6 @@ 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 8f8e131

Please sign in to comment.