mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Always install npm@6 for correct package-lock.json version.
This commit is contained in:
parent
315f25f496
commit
ae91e87c61
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ COPY --chown=etherpad:etherpad ./ ./
|
||||||
# rules.
|
# rules.
|
||||||
RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \
|
RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \
|
||||||
npm install --no-save --legacy-peer-deps ${ETHERPAD_PLUGINS}; } && \
|
npm install --no-save --legacy-peer-deps ${ETHERPAD_PLUGINS}; } && \
|
||||||
|
npm install npm@6 -g \
|
||||||
src/bin/installDeps.sh && \
|
src/bin/installDeps.sh && \
|
||||||
rm -rf ~/.npm
|
rm -rf ~/.npm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue