Skip to content

Commit a733f2a

Browse files
committed
Add mesa-libgbm package to Dockerfile
1 parent 02f6a30 commit a733f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM public.ecr.aws/lambda/python@sha256:f0c3116a56d167eba8021a5d7c595f969835fbe
99
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib \
1010
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
1111
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
12-
xorg-x11-xauth dbus-glib dbus-glib-devel nss
12+
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
1313
RUN pip install selenium==4.15.2
1414
COPY --from=build /opt/chrome-linux64 /opt/chrome
1515
COPY --from=build /opt/chromedriver-linux64 /opt/

0 commit comments

Comments
 (0)