etherpad: for some crazy reason the nvm installer exits with code 1 on success..... :-/

This commit is contained in:
Starbeamrainbowlabs 2021-04-18 13:29:39 +01:00
parent 4d76f9b6d4
commit 9713791fde
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ENV PYTHON /usr/bin/python3
RUN install_packages ca-certificates curl \
&& mkdir -p /.npm \
&& bash /srv/nvm_install.sh \
&& bash /srv/nvm_install.sh || true \
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
&& nvm install lts/erbium \
&& cd /srv/etherpad \