commit | 2780cb98581a2d5610f29149e8f17ce236984ff4 | [log] [tgz] |
---|---|---|
author | Artem Senichev <a.senichev@yadro.com> | Thu Mar 28 11:29:19 2019 +0300 |
committer | Artem Senichev <a.senichev@yadro.com> | Thu Mar 28 11:29:19 2019 +0300 |
tree | 53157368489889c999606c60af59531816df21b1 | |
parent | 6fc908c8ab1482048829f510d4ca7715d80c0318 [diff] [blame] |
ci: Add rsync to fedora docker image Rsync is needed for buildroot. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
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