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:
parent
e08b908904
commit
224554ac7a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
"packages": [
|
"packages": [
|
||||||
"atomic",
|
"atomic",
|
||||||
|
"buildah",
|
||||||
|
"git-core",
|
||||||
"rpm-ostree",
|
"rpm-ostree",
|
||||||
"skopeo",
|
"skopeo",
|
||||||
"docker"
|
"docker"
|
||||||
|
|
Loading…
Reference in a new issue