Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm
1 parent e482d39 commit aa7b267Copy full SHA for aa7b267
dogfood/Dockerfile
@@ -197,7 +197,8 @@ RUN apt-get update && \
197
google-chrome-stable microsoft-edge-beta && \
198
# Pre-install system dependencies that Playwright needs. npx doesn't work here
199
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
200
- npm i -g [email protected] && playwright install-deps
+ npm i -g [email protected] pnpm@^8 && playwright install-deps && \
201
+ npm cache clean --force
202
203
# Ensure PostgreSQL binaries are in the users $PATH.
204
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13/bin/initdb 100 && \
0 commit comments