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 c0e4aac + 527cfd9 commit c1c68aaCopy full SHA for c1c68aa
deployments/container/cleanup/cleanup.sh
@@ -52,6 +52,10 @@ microdnf remove -y \
52
microdnf remove -y \
53
$(rpm -qa | sort | grep -v -f package-names.minimal -e gpg-pubkey)
54
55
+# We need mount for our init container and install it here.
56
+# TODO: We need to provide a better way to install this / skip the cleanup of this package.
57
+microdnf install -y util-linux-core
58
+
59
# We don't want to add third-party content to the base image and only remove packages.
60
# We therefore skip running microdnf update here
61
# microdnf update
0 commit comments