some changes

This commit is contained in:
prabhatdev
2020-07-29 11:39:38 +05:30
parent 42e11602f6
commit b70a14c7ce
3 changed files with 18 additions and 54 deletions

View File

@@ -8,7 +8,7 @@ ADD main.py /main.py
ADD loc.py /loc.py
ADD make_bar_graph.py /make_bar_graph.py
ADD colors.json /colors.json
RUN apt-get update && apt-get -y install google-chrome-stable
RUN apt-get update \
&& apt-get install -y python3-pip python3-dev \
&& cd /usr/local/bin \