etherpad: fix nvm

This commit is contained in:
Starbeamrainbowlabs 2021-04-18 13:17:47 +01:00
parent acf74c49c3
commit 4d76f9b6d4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -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 \