Skip to content

Commit c1c68aa

Browse files
authored
Merge pull request #1013 from elezar/readd-mount-utils
Add mount utility to minimal image
2 parents c0e4aac + 527cfd9 commit c1c68aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployments/container/cleanup/cleanup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ microdnf remove -y \
5252
microdnf remove -y \
5353
$(rpm -qa | sort | grep -v -f package-names.minimal -e gpg-pubkey)
5454

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+
5559
# We don't want to add third-party content to the base image and only remove packages.
5660
# We therefore skip running microdnf update here
5761
# microdnf update

0 commit comments

Comments
 (0)