Added Dockerfile with Chrome
This commit is contained in:
parent
ade5149032
commit
5535019136
@ -2,4 +2,4 @@ FROM circleci/node:10
|
||||
RUN sudo apt-get update
|
||||
RUN sudo apt-get install libnss3-dev
|
||||
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
|
||||
RUN sudo apt-get install ./google-chrome-stable_current_amd64.deb
|
Loading…
Reference in New Issue
Block a user