From 8acc0a7bb1b16400e2f8ccfc83909854ad28e46c Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 16 Oct 2020 19:12:26 +0200 Subject: [PATCH] bundles/apt: make sure we have build-essential and git --- bundles/apt/items.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 02cb8fb..3aba429 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -67,10 +67,12 @@ pkg_apt = { 'arping': {}, 'at': {}, + 'build-essential': {}, 'bzip2': {}, 'curl': {}, 'diffutils': {}, 'dnsutils': {}, + 'git': {}, 'grep': {}, 'gzip': {}, 'htop': {},