From a2f86e5e5e1254e88da3fbd04f0db8fdb51a01af Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 6 Jan 2024 03:11:16 +0300 Subject: [PATCH] chore(dogfood): install corepack (#11459) --- dogfood/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/Dockerfile b/dogfood/Dockerfile index 0b54fe0dde..67a3212904 100644 --- a/dogfood/Dockerfile +++ b/dogfood/Dockerfile @@ -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.