mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Created SC2086 (markdown)
8
SC2086.md
Normal file
8
SC2086.md
Normal file
@@ -0,0 +1,8 @@
|
||||
RUN $JAVA_HOME/bin/jlink \
|
||||
--verbose \
|
||||
--add-modules java.base,java.compiler,java.desktop,java.management,java.naming,java.sql,jdk.unsupported \
|
||||
--strip-debug \
|
||||
--no-man-pages \
|
||||
--no-header-files \
|
||||
--compress=2 \
|
||||
--output /customjre
|
Reference in New Issue
Block a user