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

Commit 28ed73f

Browse files
committed
feat: add more deps into ci-base image
1 parent 02aa6d2 commit 28ed73f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

component/ci-base/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ RUN set -eux; \
3333
docker-buildx-plugin \
3434
docker-compose-plugin \
3535
xvfb \
36+
libgtk2.0-0 \
37+
libnss3 \
38+
libatk-bridge2.0-0 \
39+
libgtk-3-0 \
40+
libgdm-dev \
41+
libasound2 \
3642
; \
3743
rm -rf /var/lib/apt/lists/*
3844

0 commit comments

Comments
 (0)