Skip to content

Commit 374bfb7

Browse files
Merge pull request #1957 from tesshuflower/findutils-in-final-img
explicitly install findutils pkg in final img
2 parents a036da7 + b704c17 commit 374bfb7

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)