Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 6, 2024
1 parent 2ad5240 commit 14f1ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions focal-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
# Node.js
RUN wget https://unofficial-builds.nodejs.org/download/release/v18.19.0/node-v18.19.0-linux-x64-glibc-217.tar.xz
RUN tar -xf node-v18.19.0-linux-x64-glibc-217.tar.xz
RUN mv node-v18.19.0-linux-x64-glibc-217 ~/.nvm/versions/node/v18.99.99
RUN nvm use 18.99.99
RUN ls node-v18.19.0-linux-x64-glibc-217 && mkdir -p /.nvm/versions/node && mv node-v18.19.0-linux-x64-glibc-217 ~/.nvm/versions/node/v18.99.0
RUN nvm use 18.99.0
RUN npm install -g npm@latest node-gyp yarn

# Set python3 as default
Expand Down

0 comments on commit 14f1ccd

Please sign in to comment.