diff --git a/Dockerfile b/Dockerfile index 3410960..8bfa8af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 - \ diff --git a/requirements.txt b/requirements.txt index 582c8f2..d4cc426 100644 Binary files a/requirements.txt and b/requirements.txt differ