Dear packaging maintainers and users, when playing around the openSUSE docker image and installing git I figured out some "missing" dependency: ca-certificates-mozilla. There's no direct or indirect depedency for installing ca-certificates-mozilla. That results to these kind of error messages: git clone https://github.com/gitlabhq/gitlab-ci-runner.git fatal: unable to access 'https://github.com/gitlabhq/gitlab-ci-runner.git/': SSL certificate problem: unable to get local issuer certificate What do the packagers think about adding a ca-certificates-mozilla package dependency? For example on Arch Linux, git has a curl dependency. And curl has a "ca-certificates" dependency (this is not equivalent to the openSUSE ca-certificates package, as it includs all Common CA certificates). So it can be called an indirect dependency. Thanks in advance for your feedback! Regards, Stefan -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org