From 4b3cf056b2a49c5de4b014b7314fbf47c00f10f2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Apr 2021 09:04:03 +0200 Subject: [PATCH] openSUSE: also install group(wheel) when building based on docker --- oscfg/opensuse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscfg/opensuse.sh b/oscfg/opensuse.sh index 5114ea3..f126c00 100644 --- a/oscfg/opensuse.sh +++ b/oscfg/opensuse.sh @@ -48,7 +48,7 @@ opensuse_distro() { mount -t proc proc "$WORK/new-root/proc" run zypper -n --root /new-root --gpg-auto-import-keys ref run zypper -n --root /new-root install --download in-advance -t pattern base basesystem enhanced_base - run zypper -n --root /new-root install --download in-advance ca-certificates ca-certificates-mozilla + run zypper -n --root /new-root install --download in-advance ca-certificates ca-certificates-mozilla "group(wheel)" # complete the setup, install recommended things that were missed due to the minimal docker base run zypper -n --root /new/root install-new-recommends umount "$WORK/new-root/proc"