Skip to content

Commit 20ddac9

Browse files
committed
Issue #386 - Upgrade the Robot Framework Browser library to version 12.2.0
* Fixed a syntax problem
1 parent 727f6fe commit 20ddac9

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
@@ -113,7 +113,7 @@ RUN dnf install -y \
113113
# Install the Node dependencies for the Browser library
114114
# FIXME: Playright currently doesn't support relying on system browsers, which is why the `--skip-browsers` parameter cannot be used here.
115115
RUN rfbrowser init \
116-
&& RUN 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
116+
&& 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
117117

118118
# Create the default report and work folders with the default user to avoid runtime issues
119119
# These folders are writeable by anyone, to ensure the user can be changed on the command line.

0 commit comments

Comments
 (0)