We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158a2dc commit 188b11dCopy full SHA for 188b11d
ldap-overleaf-sl/Dockerfile
@@ -14,7 +14,7 @@ ARG admin_is_sysadmin
14
WORKDIR /overleaf/services/web
15
16
# install latest npm
17
-RUN npm install -g npm && \
+RUN npm install -g npm@9 && \
18
## clean cache (might solve issue #2)
19
# npm cache clean --force && \
20
npm install ldap-escape ldapts-search ldapts@3.2.4 && \
0 commit comments