diff --git a/Dockerfile b/Dockerfile index a8863cc..8047e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,11 @@ ADD colors.json /colors.json RUN apt-get update -RUN apt-get -y install wget +RUN apt-get install -y google-chrome-stable +# RUN apt-get -y install wget -RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -RUN apt install -y ./google-chrome-stable_current_amd64.deb +# RUN wget https://dl.google.com/linux/direct/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 \