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)
| ... | ... |
@@ -135,7 +135,7 @@ EOF |
| 135 | 135 |
--deb-recommends ca-certificates \ |
| 136 | 136 |
--deb-recommends git \ |
| 137 | 137 |
--deb-recommends xz-utils \ |
| 138 |
- --deb-suggests cgroup-lite \ |
|
| 138 |
+ --deb-recommends 'cgroupfs-mount | cgroup-lite' \ |
|
| 139 | 139 |
--description "$PACKAGE_DESCRIPTION" \ |
| 140 | 140 |
--maintainer "$PACKAGE_MAINTAINER" \ |
| 141 | 141 |
--conflicts docker \ |