etherpad: fixup
This commit is contained in:
parent
579ce15e60
commit
d4c9b02f5b
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue