Added Dockerfile with Chrome

This commit is contained in:
Dawid Majsnerowski 2019-11-19 22:04:29 +01:00
parent c41905d7ed
commit ade5149032
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
FROM circleci/node:10
RUN sudo apt-get update
RUN sudo apt-get install libnss3-dev
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install
RUN sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN sudo dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install