mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
8ebe4dc81a
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 https://github.com/microsoft/playwright/issues/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. |
||
---|---|---|
.. | ||
build.sh | ||
Dockerfile.focal | ||
Dockerfile.jammy | ||
publish_docker.sh | ||
seccomp_profile.json |