Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 95855b6

Browse files
merge: #3481
3481: feat: add xvfb into ci-base r=johnrwatson a=johnrwatson Adding a virtual framebuffer/a display server implementing X11 within the ci-base as there are no FE packages in there at the minute. I imagine this might not be the final change here as we will probably need chrome or some additional browser packages for cypress. Will work forward as needed. Not adding into the nix flake as any normal developer machine will have this dep already satisfied Co-authored-by: John Watson <john@familywatson.co.uk>
2 parents 22d1106 + 02aa6d2 commit 95855b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

component/ci-base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN set -eux; \
3232
containerd.io \
3333
docker-buildx-plugin \
3434
docker-compose-plugin \
35+
xvfb \
3536
; \
3637
rm -rf /var/lib/apt/lists/*
3738

0 commit comments

Comments
 (0)