Skip to content

Commit

Permalink
Update Nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
13r0ck committed Feb 8, 2024
1 parent 464c18f commit 8652635
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ WORKDIR /usr
RUN apt-get update
RUN apt-get dist-upgrade -y
RUN apt-get install -y musl-tools
RUN curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh
RUN bash nodesource_setup.sh
RUN apt-get install nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_21.x | bash - &&\
apt-get install -y nodejs
# Install elm
RUN curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz
RUN gunzip elm.gz
Expand Down

0 comments on commit 8652635

Please sign in to comment.