diff --git a/clockwork_frontend_test/Dockerfile b/clockwork_frontend_test/Dockerfile index b104f5fc..8ef5f941 100644 --- a/clockwork_frontend_test/Dockerfile +++ b/clockwork_frontend_test/Dockerfile @@ -3,7 +3,7 @@ FROM clockwork_web # Create folder required by Playwright to install browsers # and set permissions so that Playwright can install browsers in this folder RUN mkdir /.cache -RUN chmod -R 776 /.cache +RUN chmod -R 777 /.cache RUN apt update && apt install -y build-essential