Skip to content

Commit f8fa2d4

Browse files
Merge pull request #1947 from falconizmi/iquwarah-drop-perl-package
Replace perl with python3 [corrected]
2 parents 13ef38e + cf1fc23 commit f8fa2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN microdnf --refresh update -y && \
121121
openssh `# rsync/ssh - ssh key generation in operator` \
122122
openssh-clients `# rsync/ssh - ssh client` \
123123
openssh-server `# rsync/ssh - ssh server` \
124-
perl `# rsync/ssh - rrsync script` \
124+
python3 `# rsync/ssh - rrsync script` \
125125
stunnel `# rsync-tls` \
126126
openssl `# syncthing - server certs` \
127127
vim-minimal `# for mover debug` \

0 commit comments

Comments
 (0)