Skip to content

Commit 7a4bc3b

Browse files
add dependencies 6
1 parent 817ad49 commit 7a4bc3b

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
FROM python:3.13
22

33
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 \
4+
libqt6widgets6 \
185
&& rm -rf /var/lib/apt/lists/*
196

207
WORKDIR /app

0 commit comments

Comments
 (0)