Import GPG keys in OpenSUSE image

Change-Id: Ia2a0504c4d1d47b90de88b9d4c53928d22fbde1e
This commit is contained in:
Ian H. Pittwood 2019-08-21 11:01:14 -05:00
parent cf673e7d80
commit 7f1ed8bcf9
1 changed files with 3 additions and 2 deletions

View File

@ -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 \