We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e2abb commit 817ad49Copy full SHA for 817ad49
1 file changed
Dockerfile
@@ -3,9 +3,18 @@ FROM python:3.13
3
RUN apt-get update && apt-get install -y \
4
libegl1 \
5
libxkbcommon0 \
6
+ libxkbcommon-x11-0 \
7
libgl1 \
8
libdbus-1-3 \
9
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 \
18
&& rm -rf /var/lib/apt/lists/*
19
20
WORKDIR /app
0 commit comments