BestNotes/Dockerfile

5 lines
236 B
Docker
Raw Normal View History

2019-11-19 18:06:44 +01:00
FROM circleci/node:10
2019-11-19 18:12:54 +01:00
RUN sudo apt-get update
2019-11-19 22:01:01 +01:00
RUN sudo apt-get install libnss3-dev
2019-11-19 22:04:29 +01:00
RUN sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2019-11-19 22:05:34 +01:00
RUN sudo apt-get install ./google-chrome-stable_current_amd64.deb