1
0
mirror of https://github.com/coder/coder.git synced 2025-03-15 10:17:09 +00:00

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

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 14:33:17 +02:00
committed by GitHub
parent a2d4b9984e
commit 546d915d32

@ -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 \