aboutsummaryrefslogtreecommitdiffstats
path: root/testing/podman/APKBUILD
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-02-10 02:01:52 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-10 17:22:14 +0100
commitb9ce11ba3ce1d9a09adb52d65508c819671fcaed (patch)
tree68458302f1ab351d6bc51d058f6a6ba90c042f9f /testing/podman/APKBUILD
parentfd02ad4f7813f982eb0bceb238be650d32dd80d5 (diff)
downloadaports-b9ce11ba3ce1d9a09adb52d65508c819671fcaed.tar.bz2
aports-b9ce11ba3ce1d9a09adb52d65508c819671fcaed.tar.xz
testing/podman: add shadow-uidmap to dependencies
It is needed to run rootless containers.
Diffstat (limited to 'testing/podman/APKBUILD')
-rw-r--r--testing/podman/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/podman/APKBUILD b/testing/podman/APKBUILD
index f47ac5c005..4ca17003ca 100644
--- a/testing/podman/APKBUILD
+++ b/testing/podman/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=podman
pkgver=1.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="Simple management tool for pods, containers, and images"
url="https://podman.io/"
options="!check" # TODO: enable tests
arch="all"
license="Apache-2.0"
-depends="conmon cni-plugins runc iptables ip6tables slirp4netns"
+depends="conmon cni-plugins runc iptables ip6tables slirp4netns shadow-uidmap"
makedepends="go gpgme-dev libseccomp-dev libassuan-dev go-md2man btrfs-progs-dev bash"
subpackages="$pkgname-doc
$pkgname-bash-completion:bashcomp:noarch