valoomba
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
Dockerfile
|
|
@ -1,7 +1,6 @@ |
|
|
FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 |
|
|
FROM ghcr.io/vikashloomba/capmvm-k8s-os:1.23.5 |
|
|
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && \ |
|
|
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && \ |
|
|
echo 'export NVM_DIR="$HOME/.nvm' >> ~/.bashrc && \ |
|
|
export NVM_DIR="$HOME/.nvm |
|
|
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> ~/.bashrc && \ |
|
|
|
|
|
nvm install 20 |
|
|
nvm install 20 |
|
|
|
|
|
|
|
|
# Update npm to latest |
|
|
# Update npm to latest |
|
|
|