Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
upgrade to node10 and npm 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Krieg committed Jul 11, 2018
1 parent cb823db commit 14354b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN ln -s /usr/bin/xvfb-chromium /usr/bin/chromium-browser

RUN apt-get update && apt-get install -y curl gnupg2

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs git && npm install -g npm@5.6.0
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get install -y nodejs git && npm install -g npm@6.1.0

WORKDIR /usr/src/app

Expand Down

0 comments on commit 14354b0

Please sign in to comment.