nginx is currently configured with resolver 127.0.0.1; at http level by TLS configuration.
This is used for OCSP stapling for example, but on Docker engines, we don't have an Unbound process listening at localhost. That made nginx requests to fonts.gstatic.com fail.
Should be a parameter passed by nginx, or we should install everywhere a localhost DNS resolver or switch everywhere to a reference DNS cache.