diff --git a/community/crun/APKBUILD b/community/crun/APKBUILD index f9d124b7d91..0a575fd60df 100644 --- a/community/crun/APKBUILD +++ b/community/crun/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Fast and lightweight fully featured OCI runtime and C library for runni url="https://github.com/containers/crun" license="GPL-2.0-or-later AND LGPL-2.1-or-later" arch="all" -makedepends="libcap-dev libseccomp-dev yajl-dev argp-standalone python3 go-md2man" +makedepends="libcap-dev libseccomp-dev yajl-dev argp-standalone python3 go-md2man zstd" subpackages="$pkgname-doc $pkgname-static" source="https://github.com/containers/crun/releases/download/$pkgver/crun-$pkgver.tar.zst"