From c58357b21ed83909f6bca67f9bfbf5e64b3beddd Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 16 Jul 2024 10:11:16 +0200 Subject: [PATCH] use atix repo for suse leap 42 --- images/Dockerfile.suseLeap42 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile.suseLeap42 b/images/Dockerfile.suseLeap42 index 1c7c70e4b..517d75b45 100644 --- a/images/Dockerfile.suseLeap42 +++ b/images/Dockerfile.suseLeap42 @@ -1,6 +1,6 @@ FROM opensuse/leap:42 -RUN zypper addrepo -c --no-gpgcheck http://download.opensuse.org/repositories/home:/kahowell/openSUSE_Leap_42.2/ subscription-manager +RUN zypper addrepo -c --no-gpgcheck https://oss.atix.de/SLES12SP5/ subscription-manager RUN zypper removerepo 'OSS Update' RUN zypper clean --all RUN zypper install -y make python-pip subscription-manager zypp-plugin-python which python-setuptools lsof