mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Always install npm@6 for correct package-lock.json version.
(cherry picked from commit bfa55e6523
)
This commit is contained in:
parent
ccead970cd
commit
8174ebc695
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue