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 -