6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
FROM registry.kevinnlsamuel.com/fedora-toolbox:40
|
|
|
|
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
|
|
|
RUN nvm install 22.13
|