We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3773eab commit 97821f1Copy full SHA for 97821f1
Dockerfile
@@ -106,7 +106,7 @@ RUN apk update \
106
&& rm geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz \
107
108
# Clean up buildtime dependencies
109
- && apk del --no-cache --update-cache .build-deps \
+ && apk del --no-cache --update-cache .build-deps
110
111
# Create the default report and work folders with the default user to avoid runtime issues
112
# These folders are writeable by anyone, to ensure the user can be changed on the command line.
0 commit comments