Always install npm@6 for correct package-lock.json version.

(cherry picked from commit bfa55e6523)
This commit is contained in:
SamTV12345 2023-12-15 21:32:43 +01:00
parent ccead970cd
commit 8174ebc695

View file

@ -77,6 +77,7 @@ RUN mkdir -p "${EP_DIR}" && chown etherpad:etherpad "${EP_DIR}"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
RUN \
mkdir -p /usr/share/man/man1 && \
npm install npm@6 -g && \
apk update && apk upgrade && \
apk add \
ca-certificates \