From 66f63865275e67535c5f0975f1d7e86b53b749da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Ortega=20Falc=C3=B3n?= Date: Sat, 1 Jun 2024 14:28:33 +0000 Subject: [PATCH] code(container file): add intall nvm and nodejs --- .ContainerFile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ContainerFile b/.ContainerFile index 86f4259..76b012a 100644 --- a/.ContainerFile +++ b/.ContainerFile @@ -23,3 +23,9 @@ RUN \ python3-pip \ vim \ git + +# Install nvm (Node Version Manager) +RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash + +# Download and install Node.js +RUN nvm install 20.14.0