elements: zypper-minimal: Add ca-certificates-mozilla package
It's important to have the CA certificates on the target for ssl crypto apps to work. Plus it's also important during bootstrapping with diskimage-builder as tools like 'pip' etc need the certificates in place in order to work properly. This fixes opensuse-minimal image generation with the 'simple-init' element which was causing the following error: Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) Change-Id: Ie94cd3556f8ae523f60ce0155ba18ed752e6fbb6
This commit is contained in:
parent
7644681815
commit
35e878b6d9
@ -4,6 +4,7 @@ linux-image-generic:
|
||||
# as dependencies but that may change so lets
|
||||
# be explicit.
|
||||
bash:
|
||||
ca-certificates-mozilla:
|
||||
lsb-release:
|
||||
openssl:
|
||||
sed:
|
||||
|
Loading…
Reference in New Issue
Block a user