chore(dogfood): install corepack (#11459)

This commit is contained in:
Muhammad Atif Ali 2024-01-06 03:11:16 +03:00 committed by GitHub
parent 965b1e69e2
commit a2f86e5e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ RUN apt-get update && \
google-chrome-stable microsoft-edge-beta && \
# Pre-install system dependencies that Playwright needs. npx doesn't work here
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
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 && \
npm cache clean --force
# Ensure PostgreSQL binaries are in the users $PATH.