etherpad: maybe this will work?

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

View File

@ -30,8 +30,8 @@ ENV PYTHON /usr/bin/python3
# nvm needs curl to download versions of Node.js
RUN install_packages ca-certificates curl \
&& mkdir -p /.npm \
&& bash /srv/nvm_install.sh || true \
RUN bash /srv/nvm_install.sh || true
RUN mkdir -p /.npm \
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
&& nvm install lts/erbium \
&& cd /srv/etherpad \