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 654fb32 commit 333d3b9Copy full SHA for 333d3b9
1 file changed
package/Dockerfile
@@ -58,7 +58,7 @@ RUN for i in {1..10}; do \
58
done
59
60
61
-RUN zypper -n install cmake gcc xsltproc docbook-xsl-stylesheets git python311 python311-pip patchelf fuse3-devel jq wget
+RUN zypper -n install cmake gcc gcc13 xsltproc docbook-xsl-stylesheets git python311 python311-pip patchelf fuse3-devel jq wget
62
63
RUN git clone https://github.com/longhorn/dep-versions.git -b ${SRC_BRANCH} /usr/src/dep-versions && \
64
cd /usr/src/dep-versions && \
0 commit comments