Use complete Latex distribution

This commit is contained in:
Maxime FRIESS 2024-03-24 19:07:40 +01:00
parent 0fd1a2765e
commit 73abb950cf
Signed by: Maxime FRIESS
GPG key ID: 5294B3B26FA19584

View file

@ -20,8 +20,9 @@ RUN npm install -g npm && \
npm install ldap-escape ldapts-search ldapts@3.2.4 && \
# npm install bcrypt@5.0.0 && \
apt-get update && \
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 python-pygments && \
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 python-pygments
# now install latest texlive2023 from tlmgr
RUN tlmgr option repository https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2023/tlnet-final && \
tlmgr update --self --all && \
tlmgr install scheme-full --verify-repo=none && \
apt-get clean && \