Skip to content

Commit 817ad49

Browse files
add dependencies 5
1 parent 62e2abb commit 817ad49

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@ FROM python:3.13
33
RUN apt-get update && apt-get install -y \
44
libegl1 \
55
libxkbcommon0 \
6+
libxkbcommon-x11-0 \
67
libgl1 \
78
libdbus-1-3 \
89
libxcb-cursor0 \
10+
libxcb-icccm4 \
11+
libxcb-image0 \
12+
libxcb-keysyms1 \
13+
libxcb-randr0 \
14+
libxcb-render-util0 \
15+
libxcb-shape0 \
16+
libxcb-xinerama0 \
17+
libxcb-xkb1 \
918
&& rm -rf /var/lib/apt/lists/*
1019

1120
WORKDIR /app

0 commit comments

Comments
 (0)