From 224554ac7a5de5c2c117718368f64d72ec3030ec Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 10 Feb 2018 11:22:44 -0500 Subject: [PATCH] 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. --- fedora-atomic-workstation.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-atomic-workstation.json b/fedora-atomic-workstation.json index f547d63..8dfe664 100644 --- a/fedora-atomic-workstation.json +++ b/fedora-atomic-workstation.json @@ -8,6 +8,8 @@ "packages": [ "atomic", + "buildah", + "git-core", "rpm-ostree", "skopeo", "docker"