From 00a575107ed917eb6f9a36ffff80b6c5ef8f948e Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 19 May 2018 04:56:43 -0700 Subject: [PATCH] Remove system git from base install In many images, this added a duplicate version of git, which led to confusion. Closes #19 --- scripts/install-essentials | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install-essentials b/scripts/install-essentials index 2df4a5a..b7bbf0a 100755 --- a/scripts/install-essentials +++ b/scripts/install-essentials @@ -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