summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-04-30 09:59:15 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-04-30 17:34:21 +0000
commite48a6c846f40d83187beb8ed5c36bc2f75baaef2 (patch)
tree4ae39c7678b7b8032776c218509a947f4ef6c53c /bootstrap
parent9e29ddd4be5a7397a3657ae339d115187544312a (diff)
downloadsamba-e48a6c846f40d83187beb8ed5c36bc2f75baaef2.tar.gz
bootstrap: Only install required packages on openSUSE
This should reduce the amount of packages installed. And make building the image much faster! Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index bae02d9fb84..ac2628530f1 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -242,8 +242,9 @@ set -xueo pipefail
zypper --non-interactive refresh
zypper --non-interactive update
zypper --non-interactive install \
- {pkgs} \
- system-user-nobody
+ --no-recommends \
+ system-user-nobody \
+ {pkgs}
zypper --non-interactive clean