[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc



python3-gobject-base is needed to use OSTree python bindings.

runc is a tool for spawning containers based on Open Container
Specifications.

Needed for: https://github.com/projectatomic/atomic/issues/298

Signed-off-by: Giuseppe Scrivano <gscrivan redhat com>
---
 fedora-atomic-docker-host.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index b9f0342..306b97d 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -75,7 +75,9 @@
 		 "python-docker-py",
 		 "iscsi-initiator-utils",
 		 "oddjob-mkhomedir",
-		 "atomic-devmode"],
+		 "atomic-devmode",
+		 "runc",
+		 "python3-gobject-base"],
 
     "default_target": "multi-user.target",
 
-- 
2.5.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]