We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0293a commit ea8a105Copy full SHA for ea8a105
ci/opensuse-15.docker
@@ -4,4 +4,4 @@
4
5
# 20240817
6
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
+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