X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a29de2f77bcce28b89561897d1b746a8c9151ac..fd2b6e7da193847a9c649d8d19a2831c2e419961:/lib/install/deps.go diff --git a/lib/install/deps.go b/lib/install/deps.go index 178d447c3f..af3cc656c1 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -201,8 +201,10 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read pkgs = append(pkgs, "squashfs-tools") // for singularity } switch { - case osv.Debian && osv.Major >= 10: + case osv.Debian && osv.Major >= 11: pkgs = append(pkgs, "libcurl4", "perl-modules-5.32") + case osv.Debian && osv.Major >= 10: + pkgs = append(pkgs, "libcurl4", "perl-modules") default: pkgs = append(pkgs, "libcurl3", "perl-modules") } @@ -527,7 +529,6 @@ yarn install "services/health", "services/keep-balance", "services/keep-web", - "services/keepproxy", "services/keepstore", "services/ws", } {