File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ RUN dnf upgrade -y --refresh \
6262 && dnf install -y \
6363 chromedriver-${CHROMIUM_VERSION}* \
6464 chromium-${CHROMIUM_VERSION}* \
65+ dbus-devel \
6566 firefox-${FIREFOX_VERSION}* \
6667 gcc \
6768 gcc-c++ \
@@ -137,8 +138,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
137138ENV PATH=/opt/microsoft/msedge:$PATH
138139
139140# FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here.
140- RUN rfbrowser init \
141- && npx playwright install-deps
141+ RUN rfbrowser init
142142
143143# Create the default report and work folders with the default user to avoid runtime issues
144144# These folders are writeable by anyone, to ensure the user can be changed on the command line.
You can’t perform that action at this time.
0 commit comments