Merge pull request #2739 from artemsen/fedora_rsync

ci: Add rsync to fedora docker image
diff --git a/ci/Dockerfile/fedora29 b/ci/Dockerfile/fedora29
index 9ee2680..362fbc6 100644
--- a/ci/Dockerfile/fedora29
+++ b/ci/Dockerfile/fedora29
@@ -4,3 +4,4 @@
 RUN dnf -y install which wget unzip tar cpio python bzip2 bc vim redhat-lsb-core
 RUN dnf -y install findutils
 RUN dnf -y install ncurses-devel openssl-devel
+RUN dnf -y install rsync