From 3b338df956767fbae591941b9f4b7bb8f4a02caa Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 9 Nov 2021 09:21:52 -0500 Subject: ci: Require `libcap2-bin` for `capsh` This was previously pulled in indirectly, but it looks like we need to require it explicitly in newer Ubuntu. --- ci/gh-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/gh-install.sh b/ci/gh-install.sh index 25f451a0..9902a94e 100755 --- a/ci/gh-install.sh +++ b/ci/gh-install.sh @@ -84,6 +84,7 @@ case "$ID" in libsoup2.4-dev libsystemd-dev libtool + libcap2-bin procps python3 python3-yaml -- cgit v1.2.1