etherpad: for some crazy reason the nvm installer exits with code 1 on success..... :-/
This commit is contained in:
parent
4d76f9b6d4
commit
9713791fde
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ ENV PYTHON /usr/bin/python3
|
||||||
|
|
||||||
RUN install_packages ca-certificates curl \
|
RUN install_packages ca-certificates curl \
|
||||||
&& mkdir -p /.npm \
|
&& mkdir -p /.npm \
|
||||||
&& bash /srv/nvm_install.sh \
|
&& bash /srv/nvm_install.sh || true \
|
||||||
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
|
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
|
||||||
&& nvm install lts/erbium \
|
&& nvm install lts/erbium \
|
||||||
&& cd /srv/etherpad \
|
&& cd /srv/etherpad \
|
||||||
|
|
Loading…
Reference in a new issue