summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-03-29 09:43:08 +0100
committerStefan Metzmacher <metze@samba.org>2019-04-18 12:09:33 +0000
commit154a7b7d41193e27826f9883f704796b7deed6dc (patch)
treeeccd58a2b25a3fc3cae62c43374eec4b386ff12f /bootstrap
parent47c826ed41193ad5d013e97bd6e396cad597cb3c (diff)
downloadsamba-154a7b7d41193e27826f9883f704796b7deed6dc.tar.gz
bootstrap/config.py: add patch, rsync and tar
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index e4c42c7b8e7..33f2df01132 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -42,11 +42,14 @@ COMMON = [
'git',
'htop',
'make',
+ 'patch',
'perl',
'psmisc', # for pstree in test
'rng-tools',
+ 'rsync',
'sed',
'sudo', # docker images has no sudo by default
+ 'tar',
'tree',
]