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.
2 parents 5c53d75 + 1406cbf commit 5996e8bCopy full SHA for 5996e8b
1 file changed
Dockerfile
@@ -56,7 +56,7 @@ RUN if [ $(arch) == "x86_64" ] || [ $(arch) == "aarch64" ]; then \
56
ARCH_DEP_PKGS="mokutil"; fi \
57
&& dnf -y install openssl keyutils $ARCH_DEP_PKGS
58
59
-RUN dnf clean all
+RUN dnf clean all && rm -rf /var/cache/dnf/*
60
61
COPY manifests /manifests
62
0 commit comments