From 0960ebe92bd4592ec8f9c39d674ffcd1e8d25048 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Tue, 8 Aug 2023 09:58:38 -0400 Subject: [PATCH] Add jcmd and diagnostic tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 004a320f81b..aa8905574f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN set -eux; \ curl -fL -o jdk.tar.gz "$JAVA_URL"; \ mkdir -p /jdk; \ tar --extract --file jdk.tar.gz --directory /jdk --strip-components 1; \ - /jdk/bin/jlink --verbose --compress 2 --strip-java-debug-attributes --no-header-files --no-man-pages --output jre --add-modules java.base,java.desktop,java.instrument,java.management,java.naming,java.net.http,java.sql,jdk.attach,jdk.jdi,jdk.unsupported,jdk.crypto.ec,jdk.zipfs + /jdk/bin/jlink --verbose --compress 2 --strip-java-debug-attributes --no-header-files --no-man-pages --output jre --add-modules java.base,java.desktop,java.instrument,java.management,java.naming,java.net.http,java.sql,jdk.attach,jdk.jdi,jdk.unsupported,jdk.crypto.ec,jdk.zipfs,jdk.jcmd FROM ghcr.io/oracle/oraclelinux:9-slim