From 7f1ed8bcf97a6e1d969256287c1ba266872fb0e7 Mon Sep 17 00:00:00 2001 From: "Ian H. Pittwood" Date: Wed, 21 Aug 2019 11:01:14 -0500 Subject: [PATCH] Import GPG keys in OpenSUSE image Change-Id: Ia2a0504c4d1d47b90de88b9d4c53928d22fbde1e --- images/spyglass/Dockerfile.opensuse_15 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/spyglass/Dockerfile.opensuse_15 b/images/spyglass/Dockerfile.opensuse_15 index 22e04a9..79f7ba3 100644 --- a/images/spyglass/Dockerfile.opensuse_15 +++ b/images/spyglass/Dockerfile.opensuse_15 @@ -23,8 +23,9 @@ RUN set -x \ python3-pip \ python3-setuptools \ which \ - && zypper --non-interactive --no-gpg-checks ar -f https://download.opensuse.org/repositories/devel:languages:python/openSUSE_Leap_15.1/devel:languages:python.repo \ - && zypper --non-interactive --no-gpg-checks install python3-six-1.12.0-lp151.80.1.noarch + && zypper --non-interactive ar -f https://download.opensuse.org/repositories/devel:languages:python/openSUSE_Leap_15.1/devel:languages:python.repo \ + && zypper --non-interactive --gpg-auto-import-keys refresh devel_languages_python \ + && zypper --non-interactive install python3-six-1.12.0-lp151.80.1.noarch RUN pip3 install -U pip \ && zypper clean -a \ && rm -rf \