Skip to content

Commit 6cbe2e8

Browse files
authored
Merge pull request #48 from DimStar77/recomm
openSUSE: install recommended packages
2 parents 243aa75 + 77f997c commit 6cbe2e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oscfg/opensuse.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ opensuse_distro() {
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
5151
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
5254
umount "$WORK/new-root/proc"
5355

5456
echo "Generating opensuse-$DISTRO-dockerbase.tar.xz"

0 commit comments

Comments
 (0)