win32: add rsync install in Dockerfile

This tool is needed during build when using make-ring.py script from
ring-project repo. It was included as base tool in previous Fedora 25
docker image but not anymore in Fedora 27.

Change-Id: I11833a5eb3cd3b7a0bcb705d4a136f349035dd45
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
This commit is contained in:
Anthony Léonard
2017-11-29 09:06:57 -05:00
committed by Olivier SOLDANO
parent 6340983f07
commit 53b5469773

View File

@ -9,7 +9,8 @@ RUN dnf -y upgrade
RUN dnf -y groupinstall "Minimal Install"
RUN dnf -y install \
unzip \
openssh
openssh \
rsync
# Mingw 32/64
RUN dnf -y install \