Skip to content

Commit

Permalink
code(container file): add intall nvm and nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
jortfal committed Jun 1, 2024
1 parent ce09912 commit 66f6386
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ContainerFile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ RUN \
python3-pip \
vim \
git

# Install nvm (Node Version Manager)
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

# Download and install Node.js
RUN nvm install 20.14.0

0 comments on commit 66f6386

Please sign in to comment.