Skip to content

Commit

Permalink
Correct installation of node on Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 10, 2024
1 parent 2d31aa7 commit e00f540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Debian12_Bookworm_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN apt-get update
RUN apt-get install -y nodejs npm

# Install node 18.18.0
RUN npm install -g n
RUN n 18.18.0
#RUN npm install -g n
#RUN n 18.18.0

RUN npm install -g electron-packager
RUN npm install -g electron-installer-debian
Expand Down

0 comments on commit e00f540

Please sign in to comment.