cpi update chrome version update v3

master
joey0629 1 year ago
parent 9cee7cf9ec
commit daf2422886
  1. 2
      Dockerfile

@ -7,7 +7,7 @@ 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/123.0.6312.105/linux64/chromedriver-linux64.zip \
&& unzip chromedriver_linux64.zip \
&& unzip chromedriver-linux64.zip \
&& mv chromedriver /usr/local/bin/ \
&& chmod +x /usr/local/bin/chromedriver

Loading…
Cancel
Save