Skip to content

Commit

Permalink
include all Java 17 JVM modules - fix error in post processing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Oct 24, 2023
1 parent d798b21 commit 65b29c5
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 @@ -71,7 +71,7 @@ FROM eclipse-temurin:17 as jre-build

# Create a custom Java runtime
RUN $JAVA_HOME/bin/jlink \
--add-modules java.base,java.instrument,java.logging,java.management,java.desktop,java.naming,java.xml \
--add-modules ALL-MODULE-PATH \
--strip-debug \
--no-man-pages \
--no-header-files \
Expand Down

0 comments on commit 65b29c5

Please sign in to comment.