diff --git a/Dockerfile b/Dockerfile index 6c45683f0..af3ac5cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,6 +100,7 @@ COPY --chown=etherpad:etherpad ./ ./ # rules. RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \ npm install --no-save --legacy-peer-deps ${ETHERPAD_PLUGINS}; } && \ + npm install npm@6 -g \ src/bin/installDeps.sh && \ rm -rf ~/.npm