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 02f6a30 commit a733f2aCopy full SHA for a733f2a
Dockerfile
@@ -9,7 +9,7 @@ FROM public.ecr.aws/lambda/python@sha256:f0c3116a56d167eba8021a5d7c595f969835fbe
9
RUN dnf install -y 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 nss
+ xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
13
RUN pip install selenium==4.15.2
14
COPY --from=build /opt/chrome-linux64 /opt/chrome
15
COPY --from=build /opt/chromedriver-linux64 /opt/
0 commit comments