bootstrap/config.py: Add gzip, which and hostname to base packages
authorSamuel Cabrero <scabrero@suse.de>
Fri, 22 Mar 2019 11:34:14 +0000 (12:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:33 +0000 (12:09 +0000)
The openSUSE Leap 15.0 container does not include gzip and which

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
bootstrap/config.py

index 08ad052ee6ca94da49fcec0220fbcbde69107c1d..8b78d7f7f222888ca1939cd9ed56d9bb2e87e819 100644 (file)
@@ -40,6 +40,8 @@ COMMON = [
     'gcc',
     'gdb',
     'git',
+    'gzip',
+    'hostname',
     'htop',
     'make',
     'patch',
@@ -163,7 +165,7 @@ PKGS = [
     ('docbook-xsl', 'docbook-style-xsl'),
     ('flex', ''),
     ('', 'keyutils-libs-devel'),
-
+    ('', 'which'),
 ]