We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1c5bc commit a059cd8Copy full SHA for a059cd8
java-11/Dockerfile
@@ -35,6 +35,8 @@ jdk.security.auth,\
35
jdk.unsupported,\
36
# jdk specific network options
37
jdk.net,\
38
+# built-in http client
39
+java.net.http,\
40
# zip, jar file systems
41
jdk.zipfs\
42
--output jre
java-14/Dockerfile
0 commit comments