We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c5264 commit a78261dCopy full SHA for a78261d
Dockerfile
@@ -10,7 +10,7 @@ RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
10
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
11
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
12
xorg-x11-xauth dbus-glib dbus-glib-devel -y
13
-RUN pip install selenium
+RUN pip install selenium==4.9.1
14
COPY --from=build /opt/chrome-linux /opt/chrome
15
COPY --from=build /opt/chromedriver /opt/
16
COPY main.py ./
0 commit comments