mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Update python to use python3.12
fixes the build error "No module named pip"
This commit is contained in:
parent
3c7f3e8740
commit
c6c589ceab
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue