From d4c9b02f5b255010cbd329f27fdc6d22fb8f10be Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 18 Apr 2021 14:47:05 +0100 Subject: [PATCH] etherpad: fixup --- images/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index 8b9c69f..a960d2b 100644 --- a/images/etherpad/Dockerfile +++ b/images/etherpad/Dockerfile @@ -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 \