mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
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:

committed by
Olivier SOLDANO

parent
6340983f07
commit
53b5469773
@ -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 \
|
||||
|
Reference in New Issue
Block a user