Skip to content

Commit aa7b267

Browse files
authored
chore: add pnpm to dogfood image (#8865)
1 parent e482d39 commit aa7b267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dogfood/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ 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 && playwright install-deps
200+
npm i -g playwright@1.36.2 pnpm@^8 && playwright install-deps && \
201+
npm cache clean --force
201202

202203
# Ensure PostgreSQL binaries are in the users $PATH.
203204
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13/bin/initdb 100 && \

0 commit comments

Comments
 (0)