summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@suse.de>2019-03-22 12:34:14 +0100
committerStefan Metzmacher <metze@samba.org>2019-04-18 12:09:33 +0000
commitf749f17f22e7a0b7fd9f2087313de537ebc06537 (patch)
treef753dcc7bebc17a5c694dc35c0f9ecf52a47c445 /bootstrap
parent6009e47d8e2a86927ee2d09e7361606955223ff4 (diff)
downloadsamba-f749f17f22e7a0b7fd9f2087313de537ebc06537.tar.gz
bootstrap/config.py: Add gzip, which and hostname to base packages
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>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 08ad052ee6c..8b78d7f7f22 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -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'),
]