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
|
# nvm needs curl to download versions of Node.js
|
||||||
|
|
||||||
RUN install_packages ca-certificates curl \
|
RUN install_packages ca-certificates curl \
|
||||||
&& mkdir -p /.npm \
|
RUN bash /srv/nvm_install.sh || true
|
||||||
&& bash /srv/nvm_install.sh || true \
|
RUN mkdir -p /.npm \
|
||||||
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
|
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
|
||||||
&& nvm install lts/erbium \
|
&& nvm install lts/erbium \
|
||||||
&& cd /srv/etherpad \
|
&& cd /srv/etherpad \
|
||||||
|
|
Loading…
Reference in a new issue