etherpad: ref

This commit is contained in:
Starbeamrainbowlabs 2021-04-18 16:25:41 +01:00
parent 881cd1be3d
commit ddebb2c02a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ ENV NODE_VERSION lts/erbium
# lts-erbium = Node.js 12.x
# We speculate that our problems with Etherpad are because we're using a newer version of Node.js..... :-/
# nvm needs curl to download versions of Node.js
# Ref https://stackoverflow.com/a/66521281/1460422
RUN install_packages ca-certificates curl
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash || true