Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 11:47:52 +05:30
committed by GitHub
parent f63f7c6c98
commit 98634529f6

View File

@@ -9,10 +9,10 @@ ADD loc.py /loc.py
ADD make_bar_graph.py /make_bar_graph.py ADD make_bar_graph.py /make_bar_graph.py
ADD colors.json /colors.json ADD colors.json /colors.json
RUN sudo apt-get -y install wget 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 sudo apt install ./google-chrome-stable_current_amd64.deb RUN apt install ./google-chrome-stable_current_amd64.deb
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y python3-pip python3-dev \ && apt-get install -y python3-pip python3-dev \