From 86b2c57c77252fd4a5802a85a0774123c79e8885 Mon Sep 17 00:00:00 2001 From: valoomba Date: Fri, 26 Jul 2024 19:57:26 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a09fb00..f3cef7ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 RUN apt-get install -y unzip RUN curl -fsSL https://fnm.vercel.app/install | bash -RUN /bin/bash -c "source ~/.bashrc" \ - && fnm use --install-if-missing 20 +RUN /bin/bash -c "source ~/.bashrc \ + && fnm use --install-if-missing 20" # Update npm to latest RUN npm install -g npm@latest