Merge branch 'zj-add-rsync' into 'master'

Add rsync to essentials to be installed

See merge request gitlab-org/gitlab-build-images!192
This commit is contained in:
Stan Hu 2019-06-04 18:38:23 +00:00
commit 4e2f336769

View file

@ -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