Skip to content

Commit

Permalink
Use node 16.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Jun 21, 2024
1 parent 155c737 commit 209d74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Ubuntu2404_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apt-get install -y libfuse2 wget

RUN apt-get install -y curl python3-software-properties
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
# Install node 14.17.5
RUN export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 14.17.5 && \
# Install node 16.16.0
RUN export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 16.16.0 && \
npm install -g electron-packager electron-installer-debian

RUN apt-get install -y unzip
Expand Down

0 comments on commit 209d74a

Please sign in to comment.