Browse code

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 <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/01/11 05:03:59
Showing 1 changed files
... ...
@@ -111,6 +111,7 @@ EOF
111 111
 		    --depends lxc \
112 112
 		    --depends aufs-tools \
113 113
 		    --depends iptables \
114
+		    --deb-recommends ca-certificates \
114 115
 		    --description "$PACKAGE_DESCRIPTION" \
115 116
 		    --maintainer "$PACKAGE_MAINTAINER" \
116 117
 		    --conflicts lxc-docker-virtual-package \