Skip to content

Commit 1c0b28f

Browse files
committed
Issue #462 - Upgrade the Robot Framework Browser Library to version 18.0.0
* Fixed a missing dependency required by Playwright
1 parent fcff577 commit 1c0b28f

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
@@ -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 \
137138
ENV 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.

0 commit comments

Comments
 (0)