Use Python 3.11 explicitly in Docker

This commit is contained in:
Ilya Fedin 2025-05-20 18:28:09 +04:00 committed by John Preston
parent 426cc2798e
commit 88ce676c46

View file

@ -29,6 +29,7 @@ RUN dnf -y install epel-release \
glib2-devel at-spi2-core-devel gtk3-devel boost1.78-devel fmt-devel \
&& dnf clean all
RUN alternatives --set python3 /usr/bin/python3.11
RUN python3 -m pip install meson ninja
RUN sed -i '/Requires.private: valgrind/d' /usr/lib64/pkgconfig/libdrm.pc
RUN echo set debuginfod enabled on > /opt/rh/{{ TOOLSET }}/root/etc/gdbinit.d/00-debuginfod.gdb