diff --git a/Dockerfile b/Dockerfile index 640d5ac2..8a09fb00 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" -RUN 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