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 a192e95 commit bb4fc6bCopy full SHA for bb4fc6b
Dockerfile
@@ -11,7 +11,7 @@ RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
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==4.14.0
14
-COPY --from=build /opt/chrome-linux /opt/chrome
15
-COPY --from=build /opt/chromedriver /opt/
+COPY --from=build /opt/chrome-linux64 /opt/chrome
+COPY --from=build /opt/chromedriver-linux64 /opt/
16
COPY main.py ./
17
CMD [ "main.handler" ]
0 commit comments