build(docker/backend): disable tlmgr for now, to be fixed elsewhere
This commit is contained in:
parent
babee7afa2
commit
26b34eee15
@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user