Skip to content

Commit a2f86e5

Browse files
authored
chore(dogfood): install corepack (#11459)
1 parent 965b1e6 commit a2f86e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ RUN apt-get update && \
205205
google-chrome-stable microsoft-edge-beta && \
206206
# Pre-install system dependencies that Playwright needs. npx doesn't work here
207207
# 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 && \
208+
npm i -g playwright@1.36.2 pnpm@^8 corepack && playwright install-deps && \
209209
npm cache clean --force
210210

211211
# Ensure PostgreSQL binaries are in the users $PATH.

0 commit comments

Comments
 (0)