Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oscfg/opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down