We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a770c commit 73f9414Copy full SHA for 73f9414
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 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 ninja git patchelf cmake && zypper clean --all && ln -sf python3.11 /usr/bin/python3
0 commit comments