diff --git a/Dockerfile b/Dockerfile index 0082ad3e..a027c614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 -RUN apt install -y nodejs +RUN apt install -y nodejs npm # Update npm to latest RUN npm install -g npm@latest