We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cbe2e8 + 4b3cf05 commit 6d4f6ffCopy full SHA for 6d4f6ff
oscfg/opensuse.sh
@@ -48,7 +48,7 @@ opensuse_distro() {
48
mount -t proc proc "$WORK/new-root/proc"
49
run zypper -n --root /new-root --gpg-auto-import-keys ref
50
run zypper -n --root /new-root install --download in-advance -t pattern base basesystem enhanced_base
51
- 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)"
52
# complete the setup, install recommended things that were missed due to the minimal docker base
53
run zypper -n --root /new/root install-new-recommends
54
umount "$WORK/new-root/proc"
0 commit comments