Skip to content

Commit ea8a105

Browse files
committed
CI: Force overwriting python symlink on opensuse-15
Signed-off-by: Michał Górny <[email protected]>
1 parent bc0293a commit ea8a105

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 gcc-c++ 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 gcc-c++ ninja git patchelf cmake && zypper clean --all && ln -fs python3.11 /usr/bin/python3

0 commit comments

Comments
 (0)