From 75293b12b36b3eef6706cf85f291be96500a40da Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 10 Jan 2014 13:03:59 -0700 Subject: [PATCH] Add ca-certificates to our package Recommends It's only in "Recommends" because it's only required for all but the esoteric configurations (since you can't "docker pull" from the index without it, but that's about it). Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) Docker-DCO-1.1-Signed-off-by: Tianon Gravi (github: crosbymichael) --- hack/make/ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make/ubuntu b/hack/make/ubuntu index bcffc6560f..f15608e920 100644 --- a/hack/make/ubuntu +++ b/hack/make/ubuntu @@ -111,6 +111,7 @@ EOF --depends lxc \ --depends aufs-tools \ --depends iptables \ + --deb-recommends ca-certificates \ --description "$PACKAGE_DESCRIPTION" \ --maintainer "$PACKAGE_MAINTAINER" \ --conflicts lxc-docker-virtual-package \