Skip to content

Commit

Permalink
containers: add python3.12 to centos9 container
Browse files Browse the repository at this point in the history
Install python3.12 packages on CentOS 9 in order to enable tests on that
version.

Signed-off-by: Jean-Louis Dupond <[email protected]>
  • Loading branch information
dupondje committed Jan 24, 2025
1 parent ab8b161 commit e47717b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/centos-9.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN echo v1 \
python3.11-setuptools \
python3.11-ovirt-engine-sdk4 \
python3.11-pip \
python3.12-devel \
python3.12-setuptools \
python3.12-pip \
qemu-img \
qemu-kvm \
rpm-build \
Expand All @@ -39,3 +42,4 @@ COPY requirements.txt requirements.txt
RUN python3 -m pip install --upgrade --ignore-installed pip \
&& python3 -m venv /venv \
&& /venv/bin/python3 -m pip install --requirement requirements.txt
RUN pip3.12 install ovirt-engine-sdk-python

0 comments on commit e47717b

Please sign in to comment.