mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add cgroup-bin dependency to our Ubuntu package
Since cgroup-bin is only "recommended" by the lxc package on Ubuntu, but is necessary for having the proper cgroups mounted for Docker to function, this makes some sense for us to add separately. Fixes #2990
This commit is contained in:
parent
8afb0abbee
commit
c81bb20f5b
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ EOF
|
|||
--depends lxc \
|
||||
--depends aufs-tools \
|
||||
--depends iptables \
|
||||
--depends cgroup-bin \
|
||||
--description "$PACKAGE_DESCRIPTION" \
|
||||
--maintainer "$PACKAGE_MAINTAINER" \
|
||||
--conflicts lxc-docker-virtual-package \
|
||||
|
|
Loading…
Reference in a new issue