From 4cb3145a90e5d03ef0330268720590c9f3f52b37 Mon Sep 17 00:00:00 2001 From: chilio <5613137+chilio@users.noreply.github.com> Date: Mon, 17 Feb 2020 23:36:16 +0100 Subject: [PATCH] Node update to 12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a6e987..645fff6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -