Skip to content

Commit

Permalink
install nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssig33 committed Aug 25, 2022
1 parent 9bec8fe commit f60a2c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN apt-get update &&\
apt install -y chromium chromium-driver git xvfb curl wget checkinstall &&\
rm -rf /var/lib/apt/lists/*

RUN apt update && apt install curl -y && curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt update && apt install -y nodejs && rm -rf /var/lib/apt/lists/*

ENV TZ=Asia/Tokyo
RUN apt update && apt install -y tzdata && gem install foreman && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f60a2c3

Please sign in to comment.