Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 11:51:24 +05:30
committed by GitHub
parent cc558825d2
commit f097e6c2ca

View File

@@ -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 \