From 041e251b7c3d76f7cc89e491f2ed246b87b1cd9c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 29 Jun 2020 07:16:03 -0700 Subject: [PATCH] Add the openafs-client package to the container image This supports the afs-related roles in zuul-jobs by supplying the unlog and vos commands. Notably, it does not actually build and install the afs kernel module because that is a recommended (not required) package, and we don't automatically install recommended packages. Change-Id: I1a22cfa44b7eaa4dd57393e082f42843187a77d9 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 56d61add68..7ab67cbeea 100644 --- a/bindep.txt +++ b/bindep.txt @@ -61,4 +61,5 @@ openssh-client [platform:debian platform:apk] openssh [platform:rpm] coreutils [platform:apk] openafs-krb5 [platform:debian] +openafs-client [platform:debian] krb5-user [platform:debian]