更新 Dockerfile

master
joey0629 10 months ago
parent c1a45c88b2
commit a6cfb3a9db
  1. 2
      Dockerfile

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip && apt install nano
RUN apt-get update && apt-get install -y \
wget unzip \
&& rm -rf /var/lib/apt/lists/* \
&& wget https://storage.googleapis.com/chrome-for-testing-public/124.0.6422.141/linux64/chromedriver-linux64.zip \
&& 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 \

Loading…
Cancel
Save