diff options
author | Adrian Pistol <vifino@tty.sh> | 2017-02-18 15:40:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-01 14:33:13 +0000 |
commit | 4f822ee38a52190be68475382d0b8f3e8543dcca (patch) | |
tree | 9aa2195fde1c4792a771ed6270f687798484336a /testing/lxd | |
parent | e8fa9718681239c4c2a54656911845e9026d31a8 (diff) | |
download | aports-4f822ee38a52190be68475382d0b8f3e8543dcca.tar.bz2 aports-4f822ee38a52190be68475382d0b8f3e8543dcca.tar.xz |
testing/lxd: Add lxc, ip6tables and dnsmasq to the dependencies.
Otherwise, lxd init does not work when creating bridges or doing networking. Without lxc, containers do not start.
Diffstat (limited to 'testing/lxd')
-rw-r--r-- | testing/lxd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index 64bbf4e5b4..f3ce166b75 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="a container hypervisor and a new user experience for LXC" url="https://linuxcontainers.org/lxd/" arch="all" license="Apache-2.0" -depends="acl xz netcat-openbsd cgmanager squashfs-tools rsync shadow-uidmap" +depends="acl xz netcat-openbsd cgmanager squashfs-tools rsync shadow-uidmap lxc ip6tables dnsmasq" makedepends="lxc-dev protobuf-dev rsync go gettext-dev" install="$pkgname.pre-install" subpackages="" |