When I make https call (e.g: https://github.com) within java program using image: 'java:7u91-jdk-alpine', my call fails with error: ``` Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty ``` Note: This issue is very similar to iron java image as described here: https://github.com/iron-io/dockers/issues/32#issuecomment-190668601