From: Peter Amstutz Date: Thu, 10 Aug 2023 18:24:53 +0000 (-0400) Subject: Add packages required to build newer singularity, refs #20735 X-Git-Tag: 2.7.0~41 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/a6c53fb8dc1e29f5e386567ad3439e75fb65f2a2 Add packages required to build newer singularity, refs #20735 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/lib/install/deps.go b/lib/install/deps.go index 4500d89f81..340c242749 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -157,11 +157,13 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read "libattr1-dev", "libfuse-dev", "libgbm1", // cypress / workbench2 tests + "libglib2.0-dev", // conmon, used by singularity "libgnutls28-dev", "libpam-dev", "libpcre3-dev", "libpq-dev", "libreadline-dev", + "libseccomp-dev", // singularity "libssl-dev", "libxml2-dev", "libxslt1-dev",