更新 Dockerfile and requirements.txt

master
joey0629 10 months ago
parent 44c4c0361d
commit cc06f128c9
  1. 3
      Dockerfile
  2. BIN
      requirements.txt

@ -9,8 +9,7 @@ RUN apt-get update && apt-get install -y \
&& wget https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/linux64/chromedriver-linux64.zip \
&& unzip chromedriver-linux64.zip \
&& mv chromedriver-linux64/chromedriver /usr/local/bin/ \
&& chmod +x /usr/local/bin/chromedriver \
&& apt-get install xvfb
&& chmod +x /usr/local/bin/chromedriver
# 安裝Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \

Binary file not shown.
Loading…
Cancel
Save