From a7d59b4e30a55e5fd3dcc1971526a83c03cbf326 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Thu, 1 Oct 2015 23:48:55 +0500 Subject: [PATCH] add git to base build image --- scripts/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 86c8d44..7f9a44e 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -5,4 +5,4 @@ set -x cd $(dirname $0)/.. apt-get update -apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache +apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache git