From dced0c0a51a2512995d41dfed83d64facb26ecdd Mon Sep 17 00:00:00 2001 From: valoomba Date: Fri, 26 Jul 2024 19:43:08 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ebde4df..82d21f53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 -RUN apt install -y nodejs npm +RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && \ + nvm install 20 + # Update npm to latest RUN npm install -g npm@latest