From 27e7cc0f30dca6e4e8cfaef8a3b0834563521ff5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 2 Nov 2016 09:07:58 +0200 Subject: [PATCH] dockerd requires ca-certificates any docker pull fails otherwise: Error while pulling image: Get https://index.docker.io/v1/repositories/ed/dind/images: x509: failed to load system roots and no roots provided --- docker.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/docker.spec b/docker.spec index 29ceecd..cbd6c38 100644 --- a/docker.spec +++ b/docker.spec @@ -40,6 +40,7 @@ Requires(post,preun): /sbin/chkconfig Requires(postun): /usr/sbin/groupdel Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd +Requires: ca-certificates Requires: iproute2 >= 3.5 Requires: iptables Requires: rc-scripts >= 0.4.0.10 -- 2.43.0