Skip to content

Commit

Permalink
fix: nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 6, 2024
1 parent e308287 commit 9a6e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focal-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN apt-get update && apt-get install -y \

# NVM
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
RUN cat ~/.bashrc && echo $NVM_DIR && bash "$NVM_DIR/nvm.sh"
RUN export NVM_DIR="~/.nvm" && bash "$NVM_DIR/nvm.sh"

# Node.js
RUN wget https://unofficial-builds.nodejs.org/download/release/v18.19.0/node-v18.19.0-linux-x64-glibc-217.tar.xz
Expand Down

0 comments on commit 9a6e0fb

Please sign in to comment.