16053: Install java runtime and jdk.
authorTom Clegg <tom@tomclegg.ca>
Mon, 23 Mar 2020 16:39:37 +0000 (12:39 -0400)
committerTom Clegg <tom@tomclegg.ca>
Mon, 23 Mar 2020 16:39:37 +0000 (12:39 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

lib/install/deps.go

index ff3adbb0a89092e4dd30f419018c05c2f45a80cf..b08dd33bf91462a5c1972daaaa4e66055a3c0fa1 100644 (file)
@@ -99,6 +99,8 @@ func (installCommand) RunCommand(prog string, args []string, stdin io.Reader, st
                        "curl",
                        "cython",
                        "daemontools", // lib/boot uses setuidgid to drop privileges when running as root
+                       "default-jdk-headless",
+                       "default-jre-headless",
                        "fuse",
                        "gettext",
                        "git",