We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a4450 commit 4fa8f41Copy full SHA for 4fa8f41
ldap-overleaf-sl/Dockerfile
@@ -22,8 +22,8 @@ RUN npm install -g npm@9 && \
22
apt-get update && \
23
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 python-pygments && \
24
# now install latest texlive2023 from tlmgr
25
- tlmgr update --self --all && \
26
- tlmgr install scheme-full --verify-repo=none && \
+ #tlmgr update --self --all && \
+ #tlmgr install scheme-full --verify-repo=none && \
27
apt-get clean && \
28
rm -rf /var/lib/apt/lists/*
29
0 commit comments