mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
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:
parent
f2071f59e2
commit
50769e018b
@ -138,4 +138,5 @@ RDEPEND="${RDEPEND}
|
|||||||
dev-db/etcdctl
|
dev-db/etcdctl
|
||||||
net-fs/nfs-utils
|
net-fs/nfs-utils
|
||||||
net-misc/iputils
|
net-misc/iputils
|
||||||
|
dev-vcs/git
|
||||||
"
|
"
|
||||||
|
@ -72,3 +72,5 @@ sys-libs/gdbm berkdb
|
|||||||
|
|
||||||
# TODO: disable most static things
|
# TODO: disable most static things
|
||||||
sys-libs/zlib static-libs
|
sys-libs/zlib static-libs
|
||||||
|
|
||||||
|
dev-vcs/git -perl -iconv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user