summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Senichev <a.senichev@yadro.com>2019-03-28 11:29:19 +0300
committerArtem Senichev <a.senichev@yadro.com>2019-03-28 11:29:19 +0300
commit2780cb98581a2d5610f29149e8f17ce236984ff4 (patch)
tree53157368489889c999606c60af59531816df21b1
parent6fc908c8ab1482048829f510d4ca7715d80c0318 (diff)
downloadblackbird-op-build-2780cb98581a2d5610f29149e8f17ce236984ff4.tar.gz
blackbird-op-build-2780cb98581a2d5610f29149e8f17ce236984ff4.zip
ci: Add rsync to fedora docker image
Rsync is needed for buildroot. Signed-off-by: Artem Senichev <a.senichev@yadro.com>
-rw-r--r--ci/Dockerfile/fedora291
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/Dockerfile/fedora29 b/ci/Dockerfile/fedora29
index 9ee2680a..362fbc67 100644
--- a/ci/Dockerfile/fedora29
+++ b/ci/Dockerfile/fedora29
@@ -4,3 +4,4 @@ RUN dnf -y install gcc-c++ flex bison git ctags cscope expat-devel patch zlib-de
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
OpenPOWER on IntegriCloud