Skip to content

Commit

Permalink
fix: debug nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 6, 2024
1 parent 7a25645 commit e308287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions focal-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +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"

# 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 e308287

Please sign in to comment.