mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
d71aebe9c5
commit
00a575107e
1 changed files with 0 additions and 7 deletions
|
|
@ -16,13 +16,6 @@ apt-get install -y \
|
||||||
libkrb5-dev postgresql-client mysql-client unzip \
|
libkrb5-dev postgresql-client mysql-client unzip \
|
||||||
libre2-dev gettext \
|
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
|
apt-get clean -yqq
|
||||||
|
|
||||||
# Set UTF-8
|
# Set UTF-8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue