Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 11:54:00 +05:30
committed by GitHub
parent f097e6c2ca
commit 621b75073b

View File

@@ -11,10 +11,11 @@ ADD colors.json /colors.json
RUN apt-get update 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 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 install -y ./google-chrome-stable_current_amd64.deb
RUN apt-get install -y python3-pip python3-dev \ RUN apt-get install -y python3-pip python3-dev \
&& cd /usr/local/bin \ && cd /usr/local/bin \