Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cherry-pick(#23213): devops: do not use NPX during docker container b…
…uild The postmortem of the broken docker image: - We use `playwright-core` package when bootstrapping our docker container. - Due to accidental removal of `bin` entry in the `playwright-core` (see #23206), the `npx playwright install --with-deps` was using the last published Playwright version instead of a locally-built playwright binary This patch starts using `npx exec --no` to make sure that we never call remote commands during docker image build.
- Loading branch information