Use jdk instead of jre to generate heapdumps (#16989)

This commit is contained in:
Goutham Pratapa 2022-09-26 11:04:12 +05:30 committed by GitHub
parent c72b8eae2a
commit 8e60ab4649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ RUN apt-get update \
&& apt-get upgrade --yes \ && apt-get upgrade --yes \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
supervisor curl cron certbot nginx gnupg wget netcat openssh-client \ 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 \ python3-pip python-setuptools git ca-certificates-java \
&& pip install --no-cache-dir git+https://github.com/coderanger/supervisor-stdout@973ba19967cdaf46d9c1634d1675fc65b9574f6e \ && pip install --no-cache-dir git+https://github.com/coderanger/supervisor-stdout@973ba19967cdaf46d9c1634d1675fc65b9574f6e \
&& apt-get remove -y git python3-pip && apt-get remove -y git python3-pip