fix(website): install Playwright system deps in Docker build#4151
fix(website): install Playwright system deps in Docker build#4151NicholasKissel wants to merge 1 commit intochangelog-2026-06from
Conversation
|
🚅 Deployed to the rivet-pr-4151 environment in rivet-frontend
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code ReviewSummaryThis PR fixes the Docker build for the website by adding the AnalysisRoot Cause: The website uses The Fix: Adding Review✅ Correctness: The fix is correct and addresses the root cause. The ✅ Comment Quality: The updated comment accurately describes the purpose - "Install Playwright browsers and system dependencies for mermaid rendering" - which is more informative than the previous comment. ✅ Minimal Change: This is appropriately scoped - only changes what's necessary to fix the issue. ✅ Convention Alignment: Follows the repo's conventional commit format: ConsiderationsBuild Time Impact: Installing system dependencies will increase the Docker image build time and size. However, this is necessary for the functionality to work, and the multi-stage build pattern already ensures the final serving image (Caddy) remains lean. Alternative Approaches (for future consideration):
However, for the immediate fix, this approach is appropriate. RecommendationApprove ✅ This is a straightforward bug fix that correctly addresses the Docker build failure. The change is minimal, well-commented, and follows best practices for Playwright in containerized environments. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: