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

View File

@ -34,7 +34,7 @@ RUN install_packages ca-certificates curl
RUN curl -sSL -o - https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash || true
RUN mkdir -p /.npm \
&& chmod +x $HOME/.nvm/nvm.sh \
&& source $HOME/.nvm/nvm.sh \
&& . $HOME/.nvm/nvm.sh \
&& nvm install $NODE_VERSION \
&& nvm alias default $NODE_VERSION \
&& nvm use default \