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 243aa75 + 77f997c commit 6cbe2e8Copy full SHA for 6cbe2e8
oscfg/opensuse.sh
@@ -49,6 +49,8 @@ opensuse_distro() {
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
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"
55
56
echo "Generating opensuse-$DISTRO-dockerbase.tar.xz"
0 commit comments