From 21a967bbafeb8356cab57948c67c048a0d74a139 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:54:46 +0000 Subject: [PATCH 01/15] Issue #461 - Upgrade the base image to Fedora 39 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68d78d7..8dae0c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:38 +FROM fedora:39 MAINTAINER Paul Podgorsek LABEL description Robot Framework in Docker. From de38fb95d6cc9c1d5a6d5a5a0e55b0e1305b4906 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:55:57 +0000 Subject: [PATCH 02/15] Issue #462 - Upgrade the Robot Framework Browser Library to version 18.0.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dae0c1..b06a25e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ENV ROBOT_GID 1000 # Dependency versions ENV AWS_CLI_VERSION 1.29.40 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 -ENV BROWSER_LIBRARY_VERSION 16.2.0 +ENV BROWSER_LIBRARY_VERSION 18.0.0 ENV CHROMIUM_VERSION 117.0 ENV DATABASE_LIBRARY_VERSION 1.2.4 ENV DATADRIVER_VERSION 1.8.1 diff --git a/README.md b/README.md index 1958f9c..7b905b5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The versioning of this image follows the one of Robot Framework: The versions used are: * [Robot Framework](https://github.com/robotframework/robotframework) 6.1 -* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 16.2.0 +* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.8.1 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 From 6b6ab8042004124ed2d5c1397c90b710b81ee734 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:56:50 +0000 Subject: [PATCH 03/15] Issue #460 - Robot Framework 7.0 version upgrade --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b06a25e..3ce2373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV GECKO_DRIVER_VERSION v0.33.0 ENV IMAP_LIBRARY_VERSION 0.4.6 ENV PABOT_VERSION 2.16.0 ENV REQUESTS_VERSION 0.9.5 -ENV ROBOT_FRAMEWORK_VERSION 6.1 +ENV ROBOT_FRAMEWORK_VERSION 7.0 ENV SELENIUM_LIBRARY_VERSION 6.1.0 ENV SSH_LIBRARY_VERSION 3.8.0 ENV XVFB_VERSION 1.20 diff --git a/README.md b/README.md index 7b905b5..1d5fb56 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The versioning of this image follows the one of Robot Framework: The versions used are: -* [Robot Framework](https://github.com/robotframework/robotframework) 6.1 +* [Robot Framework](https://github.com/robotframework/robotframework) 7.0 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.8.1 From 21a037b311c6ddb807da331b3fbe7ac77d3aa456 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:57:48 +0000 Subject: [PATCH 04/15] Issue #463 - Upgrade Robot Framework DatabaseLibrary to version 1.4.3 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ce2373..7c09873 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ENV AWS_CLI_VERSION 1.29.40 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 18.0.0 ENV CHROMIUM_VERSION 117.0 -ENV DATABASE_LIBRARY_VERSION 1.2.4 +ENV DATABASE_LIBRARY_VERSION 1.4.3 ENV DATADRIVER_VERSION 1.8.1 ENV DATETIMETZ_VERSION 1.0.6 ENV MICROSOFT_EDGE_VERSION 116.0.1938.69 diff --git a/README.md b/README.md index 1d5fb56..7d6bbf0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The versions used are: * [Robot Framework](https://github.com/robotframework/robotframework) 7.0 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0 -* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4 +* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.4.3 * [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.8.1 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 From ab861cef7790a01b867364b48995dd9342ac3ed2 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:58:25 +0000 Subject: [PATCH 05/15] Issue #464 - Upgrade Robot Framework Datadriver to version 1.10.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c09873..5c38b0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 18.0.0 ENV CHROMIUM_VERSION 117.0 ENV DATABASE_LIBRARY_VERSION 1.4.3 -ENV DATADRIVER_VERSION 1.8.1 +ENV DATADRIVER_VERSION 1.10.0 ENV DATETIMETZ_VERSION 1.0.6 ENV MICROSOFT_EDGE_VERSION 116.0.1938.69 ENV FAKER_VERSION 5.0.0 diff --git a/README.md b/README.md index 7d6bbf0..27c848f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The versions used are: * [Robot Framework](https://github.com/robotframework/robotframework) 7.0 * [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 18.0.0 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.4.3 -* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.8.1 +* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.10.0 * [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6 * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 From ebcb0ba86959913e0a4dd644ec420187e707e30c Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:59:02 +0000 Subject: [PATCH 06/15] Issue #465 - Upgrade Robot Framework Pabot to version 2.18.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c38b0d..47047a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV FIREFOX_VERSION 117.0 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.33.0 ENV IMAP_LIBRARY_VERSION 0.4.6 -ENV PABOT_VERSION 2.16.0 +ENV PABOT_VERSION 2.18.0 ENV REQUESTS_VERSION 0.9.5 ENV ROBOT_FRAMEWORK_VERSION 7.0 ENV SELENIUM_LIBRARY_VERSION 6.1.0 diff --git a/README.md b/README.md index 27c848f..1ef7d9b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The versions used are: * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.6 -* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.16.0 +* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.5 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.1.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 From 6711840470a5b5c1e7e7fc19df2e3e8b292638e9 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 12:59:32 +0000 Subject: [PATCH 07/15] Issue #466 - Upgrade Robot Framework Requests to version 0.9.6 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47047a3..dab7d03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.33.0 ENV IMAP_LIBRARY_VERSION 0.4.6 ENV PABOT_VERSION 2.18.0 -ENV REQUESTS_VERSION 0.9.5 +ENV REQUESTS_VERSION 0.9.6 ENV ROBOT_FRAMEWORK_VERSION 7.0 ENV SELENIUM_LIBRARY_VERSION 6.1.0 ENV SSH_LIBRARY_VERSION 3.8.0 diff --git a/README.md b/README.md index 1ef7d9b..a51c181 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The versions used are: * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.6 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0 -* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.5 +* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.6 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.1.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 From 6df4926f4bc7b9caa99de5772699fd1a5f00316d Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:00:10 +0000 Subject: [PATCH 08/15] Issue #467 - Upgrade Robot Framework SeleniumLibrary to version 6.2.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dab7d03..c13e571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV IMAP_LIBRARY_VERSION 0.4.6 ENV PABOT_VERSION 2.18.0 ENV REQUESTS_VERSION 0.9.6 ENV ROBOT_FRAMEWORK_VERSION 7.0 -ENV SELENIUM_LIBRARY_VERSION 6.1.0 +ENV SELENIUM_LIBRARY_VERSION 6.2.0 ENV SSH_LIBRARY_VERSION 3.8.0 ENV XVFB_VERSION 1.20 diff --git a/README.md b/README.md index a51c181..cab772b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The versions used are: * [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.6 * [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0 * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.6 -* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.1.0 +* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.2.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox 117.0 From c5aa9317c15b81dca861a92689b827d5e399e301 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:00:41 +0000 Subject: [PATCH 09/15] Issue #468 - Upgrade Amazon AWS CLI to version 1.32.36 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c13e571..81829ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ ENV ROBOT_UID 1000 ENV ROBOT_GID 1000 # Dependency versions -ENV AWS_CLI_VERSION 1.29.40 +ENV AWS_CLI_VERSION 1.32.36 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 18.0.0 ENV CHROMIUM_VERSION 117.0 diff --git a/README.md b/README.md index cab772b..981a6ac 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The versions used are: * Firefox 117.0 * Chromium 117.0 * Microsoft Edge 116.0.1938.69 -* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.29.40 +* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36 As stated by [the official GitHub project](https://github.com/robotframework/Selenium2Library), starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and this project exists mainly to help with transitioning. The Selenium2Library 3.0.0 is also the last release and for new releases, please look at the [SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) project. From 7b7d48ed6a5790392af7f8aca9b320345118296d Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:02:17 +0000 Subject: [PATCH 10/15] Issue #469 - Upgrade Firefox to version 122.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 81829ac..ed1af4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ ENV DATADRIVER_VERSION 1.10.0 ENV DATETIMETZ_VERSION 1.0.6 ENV MICROSOFT_EDGE_VERSION 116.0.1938.69 ENV FAKER_VERSION 5.0.0 -ENV FIREFOX_VERSION 117.0 +ENV FIREFOX_VERSION 122.0 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.33.0 ENV IMAP_LIBRARY_VERSION 0.4.6 diff --git a/README.md b/README.md index 981a6ac..c4ed516 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The versions used are: * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.2.0 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 -* Firefox 117.0 +* Firefox 122.0 * Chromium 117.0 * Microsoft Edge 116.0.1938.69 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36 From d7a774b8787c549d0c8acbe61a37683ebcec3ecc Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:06:11 +0000 Subject: [PATCH 11/15] Issue #470 - Upgrade Chromium to version 121.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed1af4b..4088f56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENV ROBOT_GID 1000 ENV AWS_CLI_VERSION 1.32.36 ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6 ENV BROWSER_LIBRARY_VERSION 18.0.0 -ENV CHROMIUM_VERSION 117.0 +ENV CHROMIUM_VERSION 121.0 ENV DATABASE_LIBRARY_VERSION 1.4.3 ENV DATADRIVER_VERSION 1.10.0 ENV DATETIMETZ_VERSION 1.0.6 diff --git a/README.md b/README.md index c4ed516..a7e7d92 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The versions used are: * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0 * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox 122.0 -* Chromium 117.0 +* Chromium 121.0 * Microsoft Edge 116.0.1938.69 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36 From 9057f61a3050bdd56dd23bd2a5db2e67b6f63997 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:14:42 +0000 Subject: [PATCH 12/15] Issue #471 - Upgrade Microsoft Edge to version 121.0.2277.106 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4088f56..43154a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV CHROMIUM_VERSION 121.0 ENV DATABASE_LIBRARY_VERSION 1.4.3 ENV DATADRIVER_VERSION 1.10.0 ENV DATETIMETZ_VERSION 1.0.6 -ENV MICROSOFT_EDGE_VERSION 116.0.1938.69 +ENV MICROSOFT_EDGE_VERSION 121.0.2277.106 ENV FAKER_VERSION 5.0.0 ENV FIREFOX_VERSION 122.0 ENV FTP_LIBRARY_VERSION 1.9 diff --git a/README.md b/README.md index a7e7d92..ef3af07 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The versions used are: * [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6 * Firefox 122.0 * Chromium 121.0 -* Microsoft Edge 116.0.1938.69 +* Microsoft Edge 121.0.2277.106 * [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.32.36 As stated by [the official GitHub project](https://github.com/robotframework/Selenium2Library), starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and this project exists mainly to help with transitioning. The Selenium2Library 3.0.0 is also the last release and for new releases, please look at the [SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) project. From fcff577f9f2e602e6f99175e197f59ad4055d159 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:25:08 +0000 Subject: [PATCH 13/15] Issue #462 - Upgrade the Robot Framework Browser Library to version 18.0.0 * Fixed a missing dependency required by Playwright --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43154a1..afa971c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -137,7 +137,8 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ ENV PATH=/opt/microsoft/msedge:$PATH # FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here. -RUN rfbrowser init +RUN rfbrowser init \ + && npx playwright install-deps # Create the default report and work folders with the default user to avoid runtime issues # These folders are writeable by anyone, to ensure the user can be changed on the command line. From 1c0b28fafcb80a5ef078a49771f4f82524c8031e Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:32:52 +0000 Subject: [PATCH 14/15] Issue #462 - Upgrade the Robot Framework Browser Library to version 18.0.0 * Fixed a missing dependency required by Playwright --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index afa971c..0d1df28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,7 @@ RUN dnf upgrade -y --refresh \ && dnf install -y \ chromedriver-${CHROMIUM_VERSION}* \ chromium-${CHROMIUM_VERSION}* \ + dbus-devel \ firefox-${FIREFOX_VERSION}* \ gcc \ gcc-c++ \ @@ -137,8 +138,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ ENV PATH=/opt/microsoft/msedge:$PATH # FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here. -RUN rfbrowser init \ - && npx playwright install-deps +RUN rfbrowser init # Create the default report and work folders with the default user to avoid runtime issues # These folders are writeable by anyone, to ensure the user can be changed on the command line. From 4262ea0ccc2c5c277b8746ebfe99f1d1adfdbb55 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:40:06 +0000 Subject: [PATCH 15/15] Issue #462 - Upgrade the Robot Framework Browser Library to version 18.0.0 * Fixed a missing dependency required by Playwright --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d1df28..2f1b9ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN dnf upgrade -y --refresh \ && dnf install -y \ chromedriver-${CHROMIUM_VERSION}* \ chromium-${CHROMIUM_VERSION}* \ - dbus-devel \ + dbus-glib \ firefox-${FIREFOX_VERSION}* \ gcc \ gcc-c++ \