diff --git a/java-11/Dockerfile b/java-11/Dockerfile index 957db37..6ff312c 100644 --- a/java-11/Dockerfile +++ b/java-11/Dockerfile @@ -32,7 +32,9 @@ jdk.crypto.ec,\ java.security.jgss,\ jdk.security.auth,\ # sun.misc.Unsafe and friends -jdk.unsupported\ +jdk.unsupported,\ +# jdk specific network options +jdk.net\ --output jre # We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image. diff --git a/java-14/Dockerfile b/java-14/Dockerfile index 649f393..d5ca5f4 100644 --- a/java-14/Dockerfile +++ b/java-14/Dockerfile @@ -32,7 +32,9 @@ jdk.crypto.ec,\ java.security.jgss,\ jdk.security.auth,\ # sun.misc.Unsafe and friends -jdk.unsupported\ +jdk.unsupported,\ +# jdk specific network options +jdk.net\ --output jre # We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.