diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-11-27 22:29:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-30 07:28:26 +0000 |
commit | 9e6bffefe49c4aa06be92dcd70ca0a20ee8f8c93 (patch) | |
tree | 4f1b727c64196b0641e9c3bdc9c0052135541e35 /main | |
parent | 375992b041a7d793ed9d5c332603e161ad1df985 (diff) | |
download | aports-9e6bffefe49c4aa06be92dcd70ca0a20ee8f8c93.tar.bz2 aports-9e6bffefe49c4aa06be92dcd70ca0a20ee8f8c93.tar.xz |
main/lxc: add GNU tar depends for unprivileged containers
The lxc download template for unprivileged containers requires
'tar --anchored' which is not possible with Busybox tar.
Adds depends for GNU tar.
Diffstat (limited to 'main')
-rw-r--r-- | main/lxc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index 32bdb48d63..c720653a3e 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="linux containers - tools" url="http://lxc.sourceforge.net/" arch="all" license="GPL" -depends="bash gzip" +depends="bash gzip tar" depends_dev="libcap-dev" makedepends="$depends_dev lvm2 util-linux automake autoconf libtool lua5.2-dev linux-headers" |