Browse Source

Update Dockerfile

pull/1247/head
valoomba 2 years ago
committed by GitHub
parent
commit
17da0a4857
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -1,6 +1,6 @@
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 && \
export NVM_DIR="$HOME/.nvm
export NVM_DIR="$HOME/.nvm && \
nvm install 20
# Update npm to latest

Loading…
Cancel
Save