diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index a929eff..95752cc 100644 --- a/images/etherpad/Dockerfile +++ b/images/etherpad/Dockerfile @@ -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 \