chore: install libgbm-dev to allow headless chrome e2e tests to run (#16695)

Without this lib, Chrome can’t set up its offscreen rendering buffers -
apparently.

I've validated this manually in my workspace.

Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Danny Kopping
2025-02-25 12:33:17 +00:00
committed by GitHub
parent a2d4b9984e
commit 546d915d32
+1
View File
@@ -160,6 +160,7 @@ RUN apt-get update --quiet && apt-get install --yes \
kubectl \
language-pack-en \
less \
libgbm-dev \
libssl-dev \
lsb-release \
man \