Skip to content

Commit

Permalink
add Node.js/NPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
exil0867 committed Sep 11, 2022
1 parent fd5aee5 commit bc153b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM debian:stable

RUN apt update && apt upgrade -y

RUN apt install sudo
RUN apt install sudo curl -y

RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash && apt install nodejs -y

COPY deps.sh /tmp

Expand Down

0 comments on commit bc153b8

Please sign in to comment.