summaryrefslogtreecommitdiff
path: root/bootstrap/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/config.py')
-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',
]