From 35e878b6d9b7d7ba9414a12058250f420d11c139 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 29 Nov 2016 16:09:40 +0000 Subject: [PATCH] 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 --- elements/zypper-minimal/package-installs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/zypper-minimal/package-installs.yaml b/elements/zypper-minimal/package-installs.yaml index d2ccc160..b80baaef 100644 --- a/elements/zypper-minimal/package-installs.yaml +++ b/elements/zypper-minimal/package-installs.yaml @@ -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: