From 9a19d167dda88575cdbe8053c8e5e32f563e7529 Mon Sep 17 00:00:00 2001 From: valoomba Date: Fri, 26 Jul 2024 19:53:50 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3535a952..0036f158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ 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 source ~/.bashrc +RUN "source ~/.bashrc" RUN fnm use --install-if-missing 20 # Update npm to latest