valoomba
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
Dockerfile
|
|
@ -1,8 +1,8 @@ |
|
|
FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 |
|
|
FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 |
|
|
RUN apt-get install -y unzip |
|
|
RUN apt-get install -y unzip |
|
|
RUN curl -fsSL https://fnm.vercel.app/install | bash |
|
|
RUN curl -fsSL https://fnm.vercel.app/install | bash |
|
|
RUN /bin/bash -c "source ~/.bashrc" \ |
|
|
RUN /bin/bash -c "source ~/.bashrc \ |
|
|
&& fnm use --install-if-missing 20 |
|
|
&& fnm use --install-if-missing 20" |
|
|
|
|
|
|
|
|
# Update npm to latest |
|
|
# Update npm to latest |
|
|
RUN npm install -g npm@latest |
|
|
RUN npm install -g npm@latest |
|
|
|