mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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)
This commit is contained in:
parent
7985125602
commit
e5189b5dd2
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue