diff --git a/Dockerfile b/Dockerfile index 9b64ec7..a8863cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update RUN apt-get -y install wget RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -RUN apt install ./google-chrome-stable_current_amd64.deb +RUN apt install -y ./google-chrome-stable_current_amd64.deb RUN apt-get install -y python3-pip python3-dev \ && cd /usr/local/bin \