diff --git a/Dockerfile b/Dockerfile index 4eb317a..d5c5fe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,4 @@ ADD make_bar_graph.py /make_bar_graph.py ADD colors.json /colors.json RUN pip install -r requirements.txt RUN pip install selenium -RUN apt-get install chromium-chromedriver ENTRYPOINT ["python", "/main.py"]