From 8e60ab4649288b510ee2dc28e9c8320c41b452da Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Mon, 26 Sep 2022 11:04:12 +0530 Subject: [PATCH] Use jdk instead of jre to generate heapdumps (#16989) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb39eb33ee..b4dd2a2a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ && apt-get upgrade --yes \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ supervisor curl cron certbot nginx gnupg wget netcat openssh-client \ - software-properties-common gettext openjdk-11-jre \ + software-properties-common gettext openjdk-11-jdk \ python3-pip python-setuptools git ca-certificates-java \ && pip install --no-cache-dir git+https://github.com/coderanger/supervisor-stdout@973ba19967cdaf46d9c1634d1675fc65b9574f6e \ && apt-get remove -y git python3-pip