Skip to content

Commit f92b02d

Browse files
Adding jdk.net module since it's needed by Mongo java driver. (#5)
1 parent 7806964 commit f92b02d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

java-11/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jdk.crypto.ec,\
3232
java.security.jgss,\
3333
jdk.security.auth,\
3434
# sun.misc.Unsafe and friends
35-
jdk.unsupported\
35+
jdk.unsupported,\
36+
# jdk specific network options
37+
jdk.net\
3638
--output jre
3739

3840
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.

java-14/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jdk.crypto.ec,\
3232
java.security.jgss,\
3333
jdk.security.auth,\
3434
# sun.misc.Unsafe and friends
35-
jdk.unsupported\
35+
jdk.unsupported,\
36+
# jdk specific network options
37+
jdk.net\
3638
--output jre
3739

3840
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.

0 commit comments

Comments
 (0)