1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-01 04:57:07 +00:00

add git to base build image

This commit is contained in:
Ivan Mikushin 2015-10-01 23:48:55 +05:00
parent d59aef1f07
commit a7d59b4e30

View File

@ -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