mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Use complete Latex distribution
This commit is contained in:
parent
0fd1a2765e
commit
73abb950cf
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ RUN npm install -g npm && \
|
||||||
npm install ldap-escape ldapts-search ldapts@3.2.4 && \
|
npm install ldap-escape ldapts-search ldapts@3.2.4 && \
|
||||||
# npm install bcrypt@5.0.0 && \
|
# npm install bcrypt@5.0.0 && \
|
||||||
apt-get update && \
|
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
|
# 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 update --self --all && \
|
||||||
tlmgr install scheme-full --verify-repo=none && \
|
tlmgr install scheme-full --verify-repo=none && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue