Bump-up Node.js to 10.x LTS

pull/623/head
Mark Stopka 4 years ago
parent 0954201600
commit 911036b871

@ -4,7 +4,7 @@ FROM python:latest
# setup
#
RUN apt-get update
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN curl --proto '=https' --tlsv1.2 -sSf https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get install -y chromium libappindicator3-1 xdg-utils fonts-liberation nodejs wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
RUN npm install -g yarn

Loading…
Cancel
Save