Skip to content

Commit bb4fc6b

Browse files
committed
fixup! feat: 🎉 Update to v117. Thank you #197
1 parent a192e95 commit bb4fc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
1111
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
1212
xorg-x11-xauth dbus-glib dbus-glib-devel -y
1313
RUN pip install selenium==4.14.0
14-
COPY --from=build /opt/chrome-linux /opt/chrome
15-
COPY --from=build /opt/chromedriver /opt/
14+
COPY --from=build /opt/chrome-linux64 /opt/chrome
15+
COPY --from=build /opt/chromedriver-linux64 /opt/
1616
COPY main.py ./
1717
CMD [ "main.handler" ]

0 commit comments

Comments
 (0)