Skip to content

Commit 894ced8

Browse files
authored
Don't remove find from the Enterprise image (#707)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 8a21e62 commit 894ced8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RUN cp /bin/mount /bin/umount /tmp/ \
119119
&& apt-get --yes update \
120120
&& apt-get --yes purge --allow-remove-essential \
121121
adduser debconf \
122-
e2fsprogs findutils gzip hostname init-system-helpers \
122+
e2fsprogs gzip hostname init-system-helpers \
123123
login logsave mount ncurses-base ncurses-bin passwd perl-base \
124124
sed sysvinit-utils tzdata util-linux util-linux-extra \
125125
&& apt-get --yes autoremove --allow-remove-essential \

0 commit comments

Comments
 (0)