From c81bb20f5b2b5d86059c6004e60ba23b03d30fe0 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 2 Dec 2013 16:02:54 -0700 Subject: [PATCH] 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 --- hack/make/ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make/ubuntu b/hack/make/ubuntu index d4b9fd0b30..ab9644432c 100644 --- a/hack/make/ubuntu +++ b/hack/make/ubuntu @@ -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 \