Skip to content

Commit 4262ea0

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 1c0b28f commit 4262ea0

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
@@ -62,7 +62,7 @@ RUN dnf upgrade -y --refresh \
6262
&& dnf install -y \
6363
chromedriver-${CHROMIUM_VERSION}* \
6464
chromium-${CHROMIUM_VERSION}* \
65-
dbus-devel \
65+
dbus-glib \
6666
firefox-${FIREFOX_VERSION}* \
6767
gcc \
6868
gcc-c++ \

0 commit comments

Comments
 (0)