Skip to content

Commit 4fa8f41

Browse files
committed
Remove telmgr commands
1 parent d6a4450 commit 4fa8f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ldap-overleaf-sl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN npm install -g npm@9 && \
2222
apt-get update && \
2323
apt-get -y install libxml-libxslt-perl cpanminus libbtparse2 python-pygments && \
2424
# now install latest texlive2023 from tlmgr
25-
tlmgr update --self --all && \
26-
tlmgr install scheme-full --verify-repo=none && \
25+
#tlmgr update --self --all && \
26+
#tlmgr install scheme-full --verify-repo=none && \
2727
apt-get clean && \
2828
rm -rf /var/lib/apt/lists/*
2929

0 commit comments

Comments
 (0)