Skip to content

Commit 546d915

Browse files
authored
chore: install libgbm-dev to allow headless chrome e2e tests to run (coder#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 <[email protected]>
1 parent a2d4b99 commit 546d915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dogfood/contents/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ RUN apt-get update --quiet && apt-get install --yes \
160160
kubectl \
161161
language-pack-en \
162162
less \
163+
libgbm-dev \
163164
libssl-dev \
164165
lsb-release \
165166
man \

0 commit comments

Comments
 (0)