etherpad: maybe this will work?
This commit is contained in:
parent
9713791fde
commit
f22bdecbc3
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue