File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
ubuntu-24.04-noble-arm64v8 Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,26 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
4
4
cmake \
5
5
ghostscript \
6
6
git \
7
+ libegl-dev \
7
8
libfreetype6-dev \
8
9
libfribidi-dev \
9
10
libharfbuzz-dev \
10
11
libimagequant-dev \
11
12
libjpeg-turbo8-dev \
12
13
liblcms2-dev \
14
+ libopengl-dev \
13
15
libopenjp2-7-dev \
14
16
libssl-dev \
15
17
libtiff5-dev \
16
18
libwebp-dev \
19
+ libxcb-cursor0 \
20
+ libxcb-icccm4 \
21
+ libxcb-image0 \
22
+ libxcb-keysyms1 \
23
+ libxcb-randr0 \
24
+ libxcb-render-util0 \
25
+ libxcb-shape0 \
26
+ libxkbcommon-x11-0 \
17
27
meson \
18
28
netpbm \
19
29
python3-dev \
@@ -38,7 +48,7 @@ ARG PIP_NO_CACHE_DIR=1
38
48
39
49
RUN virtualenv -p /usr/bin/python3.12 --system-site-packages /vpy3 \
40
50
&& /vpy3/bin/pip install --upgrade pip \
41
- && /vpy3/bin/pip install olefile pytest pytest-cov pytest-timeout \
51
+ && /vpy3/bin/pip install olefile pyside6 pytest pytest-cov pytest-timeout \
42
52
&& chown -R pillow:pillow /vpy3
43
53
44
54
ADD depends /depends
You can’t perform that action at this time.
0 commit comments