Added Dockerfile with Chrome
This commit is contained in:
parent
1c23493a33
commit
c41905d7ed
@ -2,6 +2,5 @@ FROM circleci/node:10
|
||||
RUN sudo apt-get update
|
||||
RUN sudo apt-get install libnss3-dev
|
||||
|
||||
RUN curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /chrome.deb
|
||||
RUN dpkg -i /chrome.deb || apt-get install -yf
|
||||
RUN rm /chrome.deb
|
||||
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
|
Loading…
Reference in New Issue
Block a user