We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5351c commit fc48df5Copy full SHA for fc48df5
Dockerfile
@@ -58,6 +58,6 @@ RUN /home/linuxbrew/.linuxbrew/bin/brew install \
58
temporal
59
60
# Install playwright dependencies
61
-RUN npx playwright install --with-deps > /dev/null
+RUN npm install @playwright/test && npx playwright install --with-deps
62
63
ENV PATH="$PATH:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin"
0 commit comments