Remove system git from base install

In many images, this added a duplicate version of git, which led to
confusion.

Closes #19
This commit is contained in:
Stan Hu 2018-05-19 04:56:43 -07:00
parent d71aebe9c5
commit 00a575107e

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