Skip to content

Commit b704c17

Browse files
committed
explicitely install findutils pkg in final img
- find is used by some of the mover scripts (rclone, rsync-tls) and now that we've removed the perl package and all it pulled in, we get find via the findutils package. - This happens when we run: `microdnf --refresh update -y`. This change is to explicitly pull in findutils in case anything changes in the future with packaging and it isn't automatically installed. Signed-off-by: Tesshu Flower <tflower@redhat.com>
1 parent ee4b451 commit b704c17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ WORKDIR /
117117

118118
RUN microdnf --refresh update -y && \
119119
microdnf --nodocs --setopt=install_weak_deps=0 install -y \
120+
findutils `# used by various mover scripts` \
120121
acl `# rclone - getfacl/setfacl` \
121122
openssh `# rsync/ssh - ssh key generation in operator` \
122123
openssh-clients `# rsync/ssh - ssh client` \

0 commit comments

Comments
 (0)