Skip to content

Commit 73f9414

Browse files
mgornydnicolodi
authored andcommitted
CI: force updating python3 symlink in opensuse-15 container image
The python3-base package installs a symlink pointing to python3.6.
1 parent 69a770c commit 73f9414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/opensuse-15.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# 20240817
66
FROM opensuse/leap:latest
7-
RUN zypper --non-interactive install python311 python311-pip python311-devel gcc ninja git patchelf cmake && zypper clean --all && ln -s python3.11 /usr/bin/python3
7+
RUN zypper --non-interactive install python311 python311-pip python311-devel gcc ninja git patchelf cmake && zypper clean --all && ln -sf python3.11 /usr/bin/python3

0 commit comments

Comments
 (0)