feat(coreos-base/coreos): add git to the base image

git is too ubiquitous of a transport to ignore. People use it to pull in
scripts, containers with docker, syncronize configurations, etc. It is a
must have. Merge it.
This commit is contained in:
Brandon Philips 2013-09-29 15:10:27 -07:00
parent f2071f59e2
commit 50769e018b
3 changed files with 3 additions and 0 deletions

View File

@ -138,4 +138,5 @@ RDEPEND="${RDEPEND}
dev-db/etcdctl
net-fs/nfs-utils
net-misc/iputils
dev-vcs/git
"

View File

@ -72,3 +72,5 @@ sys-libs/gdbm berkdb
# TODO: disable most static things
sys-libs/zlib static-libs
dev-vcs/git -perl -iconv