Skip to content

Commit 7d9d3a0

Browse files
spoltimholder6
authored andcommitted
use unversioned python (#329)
Signed-off-by: Spolti <fspolti@redhat.com> Signed-off-by: Mariah Holder <marholde@redhat.com>
1 parent f581927 commit 7d9d3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.develop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN --mount=type=cache,target=/root/.cache/dnf:rw \
5151
jq \
5252
python3.11 \
5353
python3.11-pip \
54-
&& alternatives --install /usr/bin/python python /usr/bin/python3.11 1 \
54+
&& alternatives --install /usr/bin/unversioned-python python /usr/bin/python3.11 1 \
5555
&& alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 \
5656
&& true
5757

0 commit comments

Comments
 (0)