From 9cee7cf9ec99bf4a473e070dcfb6befdc376e955 Mon Sep 17 00:00:00 2001 From: joey0629 Date: Wed, 10 Apr 2024 19:18:26 +0800 Subject: [PATCH] cpi update chrome version update v2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fee7cac..473948f 100644 --- a/Dockerfile +++ b/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/123.0.6312.105/linux64/chrome-headless-shell-linux64.zip \ + && wget https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105/linux64/chromedriver-linux64.zip \ && unzip chromedriver_linux64.zip \ && mv chromedriver /usr/local/bin/ \ && chmod +x /usr/local/bin/chromedriver