We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a036da7 + b704c17 commit 374bfb7Copy full SHA for 374bfb7
1 file changed
Dockerfile
@@ -117,6 +117,7 @@ WORKDIR /
117
118
RUN microdnf --refresh update -y && \
119
microdnf --nodocs --setopt=install_weak_deps=0 install -y \
120
+ findutils `# used by various mover scripts` \
121
acl `# rclone - getfacl/setfacl` \
122
openssh `# rsync/ssh - ssh key generation in operator` \
123
openssh-clients `# rsync/ssh - ssh client` \
0 commit comments