Using host machines CA cert within Docker container

My Ubuntu host machine has a Trusted Root CA under /usr/local/share/ca-certificates

How can Docker use the same certs. Currently ADD wget .. is failing cause it doesn’t use the CA cert from the Host machine