We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817ad49 commit 7a4bc3bCopy full SHA for 7a4bc3b
1 file changed
Dockerfile
@@ -1,20 +1,7 @@
1
FROM python:3.13
2
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 \
+ libqt6widgets6 \
18
&& rm -rf /var/lib/apt/lists/*
19
20
WORKDIR /app
0 commit comments