mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
6c8e48ede1
commit
3c77806597
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ apt-get install -y \
|
|||
libxslt-dev libcurl4-openssl-dev libicu-dev \
|
||||
logrotate python-docutils pkg-config cmake nodejs \
|
||||
libkrb5-dev postgresql-client mysql-client unzip \
|
||||
libre2-dev gettext \
|
||||
libre2-dev gettext rsync \
|
||||
|
||||
# Set UTF-8
|
||||
# http://stackoverflow.com/a/3182519/2137281
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue