Skip to content

Commit 97821f1

Browse files
authored
Update Dockerfile
1 parent 3773eab commit 97821f1

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
@@ -106,7 +106,7 @@ RUN apk update \
106106
&& rm geckodriver-$GECKO_DRIVER_VERSION-linux64.tar.gz \
107107

108108
# Clean up buildtime dependencies
109-
&& apk del --no-cache --update-cache .build-deps \
109+
&& apk del --no-cache --update-cache .build-deps
110110

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

0 commit comments

Comments
 (0)