Skip to content

Commit

Permalink
Disable fixed node version installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 10, 2024
1 parent e00f540 commit c06c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Debian12_Bookworm_Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xz-utils tk-dev libffi-dev liblzma-dev

RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
RUN apt-get update
RUN apt-get install -y nodejs npm
RUN apt-get install -y nodejs

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

0 comments on commit c06c025

Please sign in to comment.