Add TLS support for Vault client: add ca-certificates package, without this, request to TLS Vault server will result x509: certificate signed by unknown authority
Make build faster: only copy source code to builder image, this allows us to change files outside source code without triggering the whole dependency pulling.
In this PR:
ca-certificates
package, without this, request to TLS Vault server will resultx509: certificate signed by unknown authority