mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Install git from Debian strech sources
This commit is contained in:
parent
d5cecaa7dc
commit
d0830864e3
4 changed files with 4 additions and 24 deletions
|
|
@ -11,7 +11,10 @@ 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 \
|
||||
$PACKAGES
|
||||
|
||||
echo deb http://httpredir.debian.org/debian stretch main > /etc/apt/sources.list
|
||||
apt-get update -yqqq
|
||||
apt-get install -yqq --force-yes git
|
||||
|
||||
# Set UTF-8
|
||||
# http://stackoverflow.com/a/3182519/2137281
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue