Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 02:01:17 +05:30
committed by GitHub
parent a2498a4510
commit 4e28ee4207

View File

@@ -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"]