diff options
-rw-r--r-- | community/lxcfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lxcfs/APKBUILD b/community/lxcfs/APKBUILD index a3025df36b..92dd54af47 100644 --- a/community/lxcfs/APKBUILD +++ b/community/lxcfs/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="FUSE filesystem for LXC" url="https://linuxcontainers.org/lxcfs" arch="all" license="Apache-2.0" -depends="cgmanager shadow-uidmap uidmapshift" +depends="shadow-uidmap uidmapshift" makedepends="fuse-dev linux-headers help2man" subpackages="$pkgname-doc $pkgname-openrc" source="https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz |