cpi update chrome version update

master
joey0629 1 year ago
parent be0e324b80
commit 0335660ba9
  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://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip \
&& wget https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105/linux64/chrome-headless-shell-linux64.zip \
&& unzip chromedriver_linux64.zip \
&& mv chromedriver /usr/local/bin/ \
&& chmod +x /usr/local/bin/chromedriver

Loading…
Cancel
Save