etherpad: fixup

This commit is contained in:
Starbeamrainbowlabs 2021-04-18 14:47:05 +01:00
parent 579ce15e60
commit d4c9b02f5b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ENV PYTHON /usr/bin/python3
# nvm needs curl to download versions of Node.js
RUN install_packages ca-certificates curl
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash /srv/nvm_install.sh || true
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash || true
RUN mkdir -p /.npm \
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
&& nvm install lts/erbium \