Commit Graph

4 Commits

Author SHA1 Message Date
Shobhit Sahani
51dbeff043 fix: correct docker build context path in build-base-images.sh
Build context was set to ../../.. but the script cd's into docker/ on
line 31, so only .. is needed to reach the repo root. This caused the
build to fail when running from the repo root.

Fixes #4011

fix: add missing newline at end of file

fix: remove accidental heredoc wrapper from build script
2026-02-03 11:23:20 +00:00
Magnus Müller
655ce80f1c Update docker file 2025-08-26 17:34:48 -07:00
Magnus Müller
657ea42efd Remove Playwright/Patchright dependencies - use uvx playwright install for browser only
- Updated test.yaml to use uvx playwright install chromium --with-deps --no-shell
- Removed Chrome stable installation and patchright dependencies
- Updated Dockerfile to use uvx playwright temporarily for browser installation
- Updated chromium Dockerfile to use uvx playwright without permanent dependency
- Simplified CI pipeline while maintaining browser functionality
2025-08-26 17:27:41 -07:00
Nick Sweeting
0b8fda5d7c speedup docker build to 20s 2025-06-27 05:36:23 -07:00