Skip to content

Commit 6d4f6ff

Browse files
authored
Merge pull request #50 from DimStar77/recomm
openSUSE: also install group(wheel) when building based on docker
2 parents 6cbe2e8 + 4b3cf05 commit 6d4f6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oscfg/opensuse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ opensuse_distro() {
4848
mount -t proc proc "$WORK/new-root/proc"
4949
run zypper -n --root /new-root --gpg-auto-import-keys ref
5050
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
51+
run zypper -n --root /new-root install --download in-advance ca-certificates ca-certificates-mozilla "group(wheel)"
5252
# complete the setup, install recommended things that were missed due to the minimal docker base
5353
run zypper -n --root /new/root install-new-recommends
5454
umount "$WORK/new-root/proc"

0 commit comments

Comments
 (0)