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 cf91d02 commit 9f66197Copy full SHA for 9f66197
‎sle15-kernel-module-devel-image/Dockerfile‎
@@ -51,3 +51,7 @@ LABEL org.opencontainers.image.base.name="%BASE_REFNAME%"
51
LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%"
52
LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
53
LABEL io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg"
54
+
55
+#!ArchExclusiveLine: x86_64 aarch64 ppc64le
56
+RUN set -euo pipefail; if zypper -n install mokutil; then zypper -n clean -a; fi
57
+RUN set -euo pipefail; rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; rm -f {/target,}/etc/shadow-
0 commit comments