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 965b1e6 commit a2f86e5Copy full SHA for a2f86e5
dogfood/Dockerfile
@@ -205,7 +205,7 @@ RUN apt-get update && \
205
google-chrome-stable microsoft-edge-beta && \
206
# Pre-install system dependencies that Playwright needs. npx doesn't work here
207
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
208
- npm i -g playwright@1.36.2 pnpm@^8 && playwright install-deps && \
+ npm i -g playwright@1.36.2 pnpm@^8 corepack && playwright install-deps && \
209
npm cache clean --force
210
211
# Ensure PostgreSQL binaries are in the users $PATH.
0 commit comments