Skip to content

Commit 85b8973

Browse files
authored
use unversioned python (#97)
Signed-off-by: Filippe <[email protected]>
1 parent b0be579 commit 85b8973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ RUN --mount=type=cache,target=/root/.cache/microdnf:rw \
162162
python3.11-devel \
163163
python3.11 \
164164
python3.11-pip \
165-
&& alternatives --set python /usr/bin/python3.11 \
165+
&& alternatives --install /usr/bin/unversioned-python python /usr/bin/python3.11 1 \
166166
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 \
167167
&& true
168168

0 commit comments

Comments
 (0)