diff --git a/Dockerfile b/Dockerfile index f4b6c65..1f55e68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +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 \ No newline at end of file