diff options
author | nihr43 <nathanihensel@gmail.com> | 2019-12-29 18:04:02 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 20:05:29 +0100 |
commit | 649a66215626cc2a45764dd252ede24db48c5ee5 (patch) | |
tree | 1ba5f378688fa735ff230df275e76ff4bd6b3729 /testing/k3s/APKBUILD | |
parent | bae6e2cea29050dd84576ada8e0fdae5db433f2b (diff) | |
download | aports-649a66215626cc2a45764dd252ede24db48c5ee5.tar.bz2 aports-649a66215626cc2a45764dd252ede24db48c5ee5.tar.xz |
testing/k3s: add missing dependencies
Diffstat (limited to 'testing/k3s/APKBUILD')
-rw-r--r-- | testing/k3s/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD index b6cde113b8..66bbb5e8c7 100644 --- a/testing/k3s/APKBUILD +++ b/testing/k3s/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=k3s pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight Kubernetes. 5 less than k8s." url="https://k3s.io" arch="all" license="Apache-2.0" options="chmod-clean !check" # No test suite from upstream -depends="containerd" +depends="cni-plugins conntrack-tools containerd coreutils findutils ipset" makedepends="go linux-headers" subpackages="$pkgname-doc $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/rancher/k3s/archive/v$pkgver.tar.gz |