Skip to content

Commit b72d587

Browse files
committed
Issue #386 - Upgrade the Robot Framework Browser library to version 12.2.0
* Disabled the installation of browsers by the Browser library
1 parent df8224a commit b72d587

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
@@ -112,7 +112,7 @@ RUN apk update \
112112
awscli==$AWS_CLI_VERSION \
113113

114114
# Install the node dependencies for the Browser library
115-
&& rfbrowser init \
115+
&& rfbrowser init --skip-browsers \
116116

117117
# Download the glibc package for Alpine Linux from its GitHub repository
118118
&& wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \

0 commit comments

Comments
 (0)