Skip to content

Commit

Permalink
update python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dudizimber committed Dec 29, 2024
1 parent 8536bb3 commit 7ffab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM redhat/ubi9 as builder
RUN yum update -y && \
yum install -y wget autoconf automake libtool git make openssl-devel gcc gcc-c++ libstdc++-static diffutils cmake3 && \
dnf install --assumeyes python3 python3-pip && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \
alternatives --auto python3

# install rust
Expand Down

0 comments on commit 7ffab80

Please sign in to comment.