Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Jan 22, 2025
1 parent 941971d commit 4479cdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN dnf upgrade -y
RUN dnf install -y \
gcc-toolset-10 glibc-headers kernel-headers \
make patch python2 \
python3.12
python3.12 \
python3.12-setuptools

RUN alternatives --set python3 /usr/bin/python3.12

Expand Down

0 comments on commit 4479cdd

Please sign in to comment.