Skip to content
Snippets Groups Projects
Commit 11cd651e authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Add Python to the build images

ICU needs Python for some generation tasks, so add it to the build
images.
parent fd350117
No related branches found
No related tags found
No related merge requests found
Pipeline #80308 passed
......@@ -17,6 +17,7 @@ RUN pacman -Syu --noconfirm && \
nasm \
patch \
pkgconf \
python \
qt5-base \
qt6-base \
which \
......
......@@ -19,6 +19,7 @@ RUN yum update -y && \
libjpeg-turbo-devel \
mesa-libGL-devel \
nasm \
python3 \
qt-devel \
qt5-qtbase-devel \
which && \
......
......@@ -16,6 +16,7 @@ RUN yum update -y && \
libXt-devel \
mesa-libGL-devel \
nasm \
python3 \
qt-devel \
qt5-qtbase-devel \
which && \
......
......@@ -25,6 +25,7 @@ RUN apt-get update && \
make \
patch \
pkg-config \
python3 \
qt4-dev-tools:arm64 \
qt5-default:arm64 \
qtbase5-dev-tools:arm64 \
......
......@@ -25,6 +25,7 @@ RUN apt-get update && \
make \
patch \
pkg-config \
python3 \
qt4-dev-tools:armhf \
qt4-qmake:armhf \
qt5-default:armhf \
......
......@@ -16,6 +16,7 @@ RUN apt-get update && \
make \
nasm \
patch \
python3 \
qt4-dev-tools \
qt5-default \
qtbase5-dev \
......
......@@ -15,6 +15,7 @@ RUN apt-get update && \
libwxgtk3.0-gtk3-dev \
make \
nasm \
python3 \
qt5-default \
qtbase5-dev \
wget \
......
......@@ -12,6 +12,7 @@ RUN apt-get update && \
mingw-w64 \
patch \
pkg-config \
python3 \
wget \
xorg-dev \
xz-utils && \
......
......@@ -12,6 +12,7 @@ RUN apt-get update && \
mingw-w64 \
patch \
pkg-config \
python3 \
wget \
xorg-dev \
xz-utils && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment