web: install Google Chrome for the Browse Lite extension
Provision Coder Templates / provision (push) Successful in 2m22s

Browse Lite (antfu.browse-lite, kept in the earlier Open VSX audit)
launches an embedded browser preview via a real Chrome/Chromium binary,
which templates/web's image never provided - it failed with "No Chrome
installation found, or no Chrome executable set in the settings".

Ubuntu's own chromium-browser apt package is a snap wrapper and doesn't
work in a container, so this installs Google Chrome's official .deb
instead (amd64 only, matching this repo's single x86_64 Docker host).
Also points browse-lite.chromeExecutable at it explicitly rather than
relying on auto-detection.

Verified the new apt-key/repo/install layer builds cleanly in isolation
on octo-winsrv (google-chrome-stable 152.0.7977.64).
This commit is contained in:
2026-08-26 23:57:51 +02:00
parent 013567f02a
commit 93721b9096
2 changed files with 14 additions and 1 deletions
File diff suppressed because one or more lines are too long