Skip to content

Commit

Permalink
Add jcmd and diagnostic tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Aug 8, 2023
1 parent 31b7751 commit 0960ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0960ebe

Please sign in to comment.