mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore(dogfood): install corepack (#11459)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user