From 73abb950cf597bf54b4a3c0f31858f375bbc8418 Mon Sep 17 00:00:00 2001 From: Maxime FRIESS Date: Sun, 24 Mar 2024 19:07:40 +0100 Subject: [PATCH] Use complete Latex distribution --- ldap-overleaf-sl/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ldap-overleaf-sl/Dockerfile b/ldap-overleaf-sl/Dockerfile index 4b79aad..b551d77 100644 --- a/ldap-overleaf-sl/Dockerfile +++ b/ldap-overleaf-sl/Dockerfile @@ -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 && \