From c6c589ceab77bb28e00d300f356e8a8ddc65fdb3 Mon Sep 17 00:00:00 2001 From: kuro neko <79870712+doomed-neko@users.noreply.github.com> Date: Mon, 26 May 2025 04:40:55 +0300 Subject: [PATCH] Update python to use python3.12 fixes the build error "No module named pip" --- Telegram/build/docker/centos_env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 9c57f1cd1c..aa6878496e 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -19,7 +19,7 @@ ENV PKG_CONFIG_PATH /opt/rh/{{ TOOLSET }}/root/usr/lib64/pkgconfig:/opt/rh/{{ TO RUN dnf -y install epel-release \ && dnf config-manager --set-enabled powertools \ && dnf -y install cmake autoconf automake libtool pkgconfig make patch git \ - python3.11-pip python3.11-devel gperf flex bison clang clang-tools-extra \ + python3.12-pip python3.12-devel gperf flex bison clang clang-tools-extra \ lld nasm yasm file which perl-open perl-XML-Parser perl-IPC-Cmd \ xorg-x11-util-macros {{ TOOLSET }}-gcc {{ TOOLSET }}-gcc-c++ \ {{ TOOLSET }}-binutils {{ TOOLSET }}-gdb {{ TOOLSET }}-libasan-devel \