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 5885ede commit 9c4c174Copy full SHA for 9c4c174
Dockerfile
@@ -9,8 +9,8 @@ FROM public.ecr.aws/lambda/python@sha256:7c0b6f5a3937f34b2ff0553898dce1a8711c3da
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 mesa-libgbm
13
-RUN pip install selenium==4.34.2
+ xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm && \
+ pip install selenium==4.34.2
14
COPY --from=build /opt/chrome-linux64 /opt/chrome
15
COPY --from=build /opt/chromedriver-linux64 /opt/
16
COPY main.py ./
0 commit comments