We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0be579 commit 85b8973Copy full SHA for 85b8973
Dockerfile
@@ -162,7 +162,7 @@ RUN --mount=type=cache,target=/root/.cache/microdnf:rw \
162
python3.11-devel \
163
python3.11 \
164
python3.11-pip \
165
- && alternatives --set python /usr/bin/python3.11 \
+ && alternatives --install /usr/bin/unversioned-python python /usr/bin/python3.11 1 \
166
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 \
167
&& true
168
0 commit comments