Skip to content

Commit

Permalink
fix: adding built in http client to available packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Jul 27, 2022
1 parent 0a37c03 commit 2642dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jdk.security.auth,\
jdk.unsupported,\
# jdk specific network options
jdk.net,\
# built-in http client
java.net.http,\
# zip, jar file systems
jdk.zipfs\
--output jre
Expand Down
2 changes: 2 additions & 0 deletions java-14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jdk.security.auth,\
jdk.unsupported,\
# jdk specific network options
jdk.net,\
# built-in http client
java.net.http,\
# zip, jar file systems
jdk.zipfs\
--output jre
Expand Down

0 comments on commit 2642dc6

Please sign in to comment.