Skip to content

Commit

Permalink
Node update to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
chilio authored Feb 17, 2020
1 parent dd05a97 commit 4cb3145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN \
&& apt-get -yq update && apt-get install -yq --fix-missing google-chrome-stable x11vnc rsync

RUN apt-get update && apt-get install -yq --fix-missing apt-transport-https libpng-dev
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get update && apt-get install -yq --fix-missing nodejs
RUN apt-get update && apt-get install -yq --fix-missing git
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
Expand Down

0 comments on commit 4cb3145

Please sign in to comment.