From fcff577f9f2e602e6f99175e197f59ad4055d159 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Wed, 7 Feb 2024 13:25:08 +0000 Subject: [PATCH] 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.