diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults index 83d92968a5..be0aea6853 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults @@ -37,6 +37,9 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} curl" # Add `minimal` useflag to prevent texinfo to pull dev-lang/perl with not required set of dependencies. BOOTSTRAP_USE="${BOOTSTRAP_USE} minimal" +# Add `ssl` USE flag to make libcurl capable of fetching from https URLs. +BOOTSTRAP_USE="${BOOTSTRAP_USE} curl_ssl_openssl ssl" + # Set SELinux policy POLICY_TYPES="targeted mcs mls"