From cc558825d2f320e5e054a699b061f1a50350b4fe Mon Sep 17 00:00:00 2001 From: prabhatdev <38984210+prabhatdev@users.noreply.github.com> Date: Wed, 29 Jul 2020 11:49:28 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6334c9..9b64ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,13 +9,14 @@ ADD loc.py /loc.py ADD make_bar_graph.py /make_bar_graph.py ADD colors.json /colors.json +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-get update \ - && apt-get install -y python3-pip python3-dev \ +RUN apt-get install -y python3-pip python3-dev \ && cd /usr/local/bin \ && ln -s /usr/bin/python3 python \ && pip3 install --upgrade pip