Removed fix for npm@6

This commit is contained in:
SamTV12345 2023-12-15 22:37:01 +01:00
parent 92e86d4517
commit 52cf3189d6

View file

@ -77,7 +77,6 @@ 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 \