From 4e28ee42070dc67e79ceefb8d73121ae105c8b5d Mon Sep 17 00:00:00 2001 From: prabhatdev <38984210+prabhatdev@users.noreply.github.com> Date: Wed, 29 Jul 2020 02:01:17 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 092270b..8d4ef71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ && cd /usr/local/bin \ && ln -s /usr/bin/python3 python \ && pip3 install --upgrade pip -RUN y | apt-get install chromium-chromedriver +RUN apt-get -y install chromium-chromedriver RUN pip3 install -r requirements.txt RUN pip3 install selenium ENTRYPOINT ["python", "/main.py"]