From e593ed8d0c418e6dd71c5ccfc3d0127bc73b58d2 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) Upstream-commit: 75293b12b36b3eef6706cf85f291be96500a40da Component: engine --- components/engine/hack/make/ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/hack/make/ubuntu b/components/engine/hack/make/ubuntu index bcffc6560f..f15608e920 100644 --- a/components/engine/hack/make/ubuntu +++ b/components/engine/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 \