Skip to content

Commit

Permalink
fix: adding built in http client to available packages (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld authored Jul 27, 2022
1 parent aa1c5bc commit a059cd8
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 a059cd8

Please sign in to comment.