Open maxkratz opened 4 months ago
I found a workaround. I had to explicitly give tlmgr
an 2023 archive repository in the Dockerfile:
[...]
tlmgr update --self --all -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2023/tlnet-final/ --no-verify-downloads && \
tlmgr install scheme-full --verify-repo=none -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2023/tlnet-final/ && \
[...]
instead of the original lines.
even shorter: go for
tlmgr option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2023/tlnet-final/
and you are set...
I can not build the custom Docker image because the remote TeX Live repository was updated to contain the 2024 release and, apparently, the ShareLaTeX image 4.2.0 still contains TeX Live 2023.
Hence, I get the following error when running
make
as described in the README.md of this repository: