Merge branch '18696-rnaseq-training' refs #18696
[arvados.git] / lib / install / deps.go
index 178d447c3fe957c15c4beff108fac9bca4239847..af3cc656c1354f27ada26627bd96eb8b4feed07a 100644 (file)
@@ -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",
                } {