Skip to content

Commit e5ef060

Browse files
authored
Merge pull request #230 from radarhere/pyside6
Add PySide6 to Ubuntu 24.04 arm64v8
2 parents fe66566 + b3d3655 commit e5ef060

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ubuntu-24.04-noble-arm64v8/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,26 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
44
cmake \
55
ghostscript \
66
git \
7+
libegl-dev \
78
libfreetype6-dev \
89
libfribidi-dev \
910
libharfbuzz-dev \
1011
libimagequant-dev \
1112
libjpeg-turbo8-dev \
1213
liblcms2-dev \
14+
libopengl-dev \
1315
libopenjp2-7-dev \
1416
libssl-dev \
1517
libtiff5-dev \
1618
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 \
1727
meson \
1828
netpbm \
1929
python3-dev \
@@ -38,7 +48,7 @@ ARG PIP_NO_CACHE_DIR=1
3848

3949
RUN virtualenv -p /usr/bin/python3.12 --system-site-packages /vpy3 \
4050
&& /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 \
4252
&& chown -R pillow:pillow /vpy3
4353

4454
ADD depends /depends

0 commit comments

Comments
 (0)