Merge branch 'sh-remove-system-git' into 'master'

Remove system git from base install

Closes #19

See merge request gitlab-org/gitlab-build-images!92
This commit is contained in:
Stan Hu 2018-05-21 19:14:32 +00:00
commit 51a004733e

View file

@ -16,13 +16,6 @@ apt-get install -y \
libkrb5-dev postgresql-client mysql-client unzip \
libre2-dev gettext \
echo deb http://httpredir.debian.org/debian stretch main > /etc/apt/sources.list.d/stretch.list
apt-get update -yqqq
apt-get install -yqq --force-yes git
rm /etc/apt/sources.list.d/stretch.list
apt-get update -yqqq
apt-get clean -yqq
# Set UTF-8