From 9c21e54b94930cb7152c908464a90a35f1eb4632 Mon Sep 17 00:00:00 2001 From: valoomba Date: Fri, 26 Jul 2024 19:25:41 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25c7f2b7..0082ad3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 -RUN apt install nodejs +RUN apt install -y nodejs # Update npm to latest RUN npm install -g npm@latest