atomic: Add git-core and buildah

This is useful for at least bootstrapping dev containers; and also in general I
think we should have lots of container tools in the base *workstation* host,
even if not everyone uses all of them.  Workstation is far from minimal today
anyways, and the high level goal is: give people lots of tools and means
to containerize.
This commit is contained in:
Colin Walters 2018-02-10 11:22:44 -05:00
parent e08b908904
commit 224554ac7a
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
"packages": [ "packages": [
"atomic", "atomic",
"buildah",
"git-core",
"rpm-ostree", "rpm-ostree",
"skopeo", "skopeo",
"docker" "docker"