Skip to content

Commit

Permalink
build: Remove unnecessary java.sql module
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jun 14, 2024
1 parent b49985b commit c9b2ceb
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
@@ -1,7 +1,7 @@
FROM eclipse-temurin:21.0.3_9-jdk-alpine AS jre-build

RUN "$JAVA_HOME"/bin/jlink \
--add-modules java.logging,java.xml,java.sql \
--add-modules java.logging,java.xml \
--strip-debug \
--no-man-pages \
--no-header-files \
Expand Down

0 comments on commit c9b2ceb

Please sign in to comment.