Skip to content

Commit 7559ebc

Browse files
committed
Add logging module
1 parent 8ad403a commit 7559ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -eux; \
3333
curl -fL -o /jdk.tar.gz "$JAVA_URL"; \
3434
mkdir -p /jdk; \
3535
tar --extract --file /jdk.tar.gz --directory /jdk --strip-components 1; \
36-
/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.security.jgss,java.sql,jdk.attach,jdk.jdi,jdk.unsupported,jdk.crypto.ec,jdk.zipfs
36+
/jdk/bin/jlink --verbose --compress 2 --strip-java-debug-attributes --no-header-files --no-man-pages --output jre --add-modules java.base,java.logging,java.desktop,java.instrument,java.management,java.naming,java.net.http,java.security.jgss,java.sql,jdk.attach,jdk.jdi,jdk.unsupported,jdk.crypto.ec,jdk.zipfs
3737

3838
FROM ghcr.io/oracle/oraclelinux:8-slim
3939

0 commit comments

Comments
 (0)