Add rsync to essentials to be installed

Gitaly now depends on rsync, and in general it's a tool I expected to be
installed by default. Adding rsync allows Gitaly to build releases again
too.
This commit is contained in:
Zeger-Jan van de Weg 2019-06-04 19:53:37 +02:00
parent 6c8e48ede1
commit 3c77806597
No known key found for this signature in database
GPG key ID: 65F6A8D64A88ABAC

View file

@ -14,7 +14,7 @@ apt-get install -y \
libxslt-dev libcurl4-openssl-dev libicu-dev \ libxslt-dev libcurl4-openssl-dev libicu-dev \
logrotate python-docutils pkg-config cmake nodejs \ logrotate python-docutils pkg-config cmake nodejs \
libkrb5-dev postgresql-client mysql-client unzip \ libkrb5-dev postgresql-client mysql-client unzip \
libre2-dev gettext \ libre2-dev gettext rsync \
# Set UTF-8 # Set UTF-8
# http://stackoverflow.com/a/3182519/2137281 # http://stackoverflow.com/a/3182519/2137281