mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 11:45:26 +02:00
Reduce RUN instruction
This commit is contained in:
parent
6a761aca54
commit
217e61d9ad
1 changed files with 4 additions and 3 deletions
|
@ -21,11 +21,12 @@ RUN npm install -g npm && \
|
|||
# npm install bcrypt@5.0.0 && \
|
||||
apt-get update && \
|
||||
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 python-pygments && \
|
||||
# now install latest texlive2023 from tlmgr
|
||||
tlmgr update --self --all && \
|
||||
tlmgr install scheme-full --verify-repo=none && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
# now install latest texlive2023 from tlmgr
|
||||
RUN tlmgr update --self --all && \
|
||||
tlmgr install scheme-full --verify-repo=none
|
||||
|
||||
# latex-bin must be on path to be found in compilation process
|
||||
# needed for biber epstopdf and others
|
||||
ENV PATH="/usr/local/texlive/2023/bin/x86_64-linux:${PATH};"
|
||||
|
|
Loading…
Add table
Reference in a new issue