build(docker/backend): disable tlmgr for now, to be fixed elsewhere

This commit is contained in:
Sarah Vaupel 2025-03-19 02:19:17 +01:00
parent babee7afa2
commit 26b34eee15

View File

@ -24,9 +24,9 @@ RUN apt-get -y update && apt-get -y install fonts-roboto
RUN apt-get -y update && apt-get -y install texlive RUN apt-get -y update && apt-get -y install texlive
# RUN ls /usr/local/texlive # RUN ls /usr/local/texlive
# RUN chown -hR root /usr/local/texlive/2018 # RUN chown -hR root /usr/local/texlive/2018
RUN tlmgr init-usertree # RUN tlmgr init-usertree
RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final # RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final
RUN tlmgr update --self --all # RUN tlmgr update --self --all
ARG PROJECT_DIR=/fradrive ARG PROJECT_DIR=/fradrive
ENV PROJECT_DIR=${PROJECT_DIR} ENV PROJECT_DIR=${PROJECT_DIR}