Skip to content

Commit 6fbcd34

Browse files
committed
fixup! chore: add pnpm to dogfood image
1 parent 6e0dbe5 commit 6fbcd34

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
@@ -197,7 +197,7 @@ RUN apt-get update && \
197197
google-chrome-stable microsoft-edge-beta && \
198198
# Pre-install system dependencies that Playwright needs. npx doesn't work here
199199
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
200-
npm i -g playwright@1.19.1 pnpm@^8 && playwright install-deps &&
200+
npm i -g playwright@1.19.1 pnpm@^8 && playwright install-deps && \
201201
npm cache clean --force
202202

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

0 commit comments

Comments
 (0)