From 35b445934aad0593e96a36f51bcca419ce14bb81 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 4 Mar 2026 16:23:53 -0400 Subject: [PATCH] Don't remove `find` from the Enterprise image Signed-off-by: Juan Cruz Viotti --- enterprise/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/Dockerfile b/enterprise/Dockerfile index eadd7acc..d7f9f14a 100644 --- a/enterprise/Dockerfile +++ b/enterprise/Dockerfile @@ -119,7 +119,7 @@ RUN cp /bin/mount /bin/umount /tmp/ \ && apt-get --yes update \ && apt-get --yes purge --allow-remove-essential \ adduser debconf \ - e2fsprogs findutils gzip hostname init-system-helpers \ + e2fsprogs gzip hostname init-system-helpers \ login logsave mount ncurses-base ncurses-bin passwd perl-base \ sed sysvinit-utils tzdata util-linux util-linux-extra \ && apt-get --yes autoremove --allow-remove-essential \