Skip to content

Commit

Permalink
Issue #411 - Upgrade the Browser Library to version 14.0.0
Browse files Browse the repository at this point in the history
* Fixed a build issue related to the Browser library
  • Loading branch information
ppodgorsek committed Sep 25, 2022
1 parent 3b15b0e commit 0f89247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ RUN dnf install -y \

# Install the Node dependencies for the Browser library
# FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here.
RUN rfbrowser init \
&& ln -sf /usr/lib64/libstdc++.so.6 /usr/local/lib/python3.10/site-packages/Browser/wrapper/node_modules/playwright-core/.local-browsers/firefox-1316/firefox/libstdc++.so.6
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.
Expand Down

0 comments on commit 0f89247

Please sign in to comment.