Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative
I tested to verify that if neither package is available (for example, on Debian Wheezy), apt still continues installing properly. Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
parent
af72ca199d
commit
314818e7ba
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ EOF
|
|||
--deb-recommends ca-certificates \
|
||||
--deb-recommends git \
|
||||
--deb-recommends xz-utils \
|
||||
--deb-suggests cgroup-lite \
|
||||
--deb-recommends 'cgroupfs-mount | cgroup-lite' \
|
||||
--description "$PACKAGE_DESCRIPTION" \
|
||||
--maintainer "$PACKAGE_MAINTAINER" \
|
||||
--conflicts docker \
|
||||
|
|
Loading…
Add table
Reference in a new issue