etherpad: fix nvm
This commit is contained in:
parent
acf74c49c3
commit
4d76f9b6d4
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ ENV PYTHON /usr/bin/python3
|
|||
RUN install_packages ca-certificates curl \
|
||||
&& mkdir -p /.npm \
|
||||
&& bash /srv/nvm_install.sh \
|
||||
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
|
||||
&& nvm install lts/erbium \
|
||||
&& cd /srv/etherpad \
|
||||
&& install_packages python3 make gcc g++ libc-dev libc++-dev \
|
||||
|
|
Loading…
Reference in a new issue