Made a script to patch latest selenium/standalone-chromedriver

This commit is contained in:
2025-03-01 12:33:03 +01:00
parent db9d65f445
commit 5a30cdeae5
7 changed files with 37 additions and 3 deletions

View File

@ -1,6 +1,7 @@
FROM selenium/standalone-chrome:108.0 AS final
# FROM selenium/standalone-chrome:108.0 AS final
FROM selenium/standalone-chrome:latest AS final
COPY undetectedChromedriver/chromedriver-linux /bin/chromedriver
COPY undetectedChromedriver/chromedriver /bin/chromedriver
RUN mkdir -p /home/seluser/profile/
ENV TZ=Europe/Brussels