diff options
author | 2020-01-13 12:43:37 +0000 | |
---|---|---|
committer | 2020-01-13 12:43:37 +0000 | |
commit | 6da2c5d9fb43c15e0270880c88afc2061b284820 (patch) | |
tree | c3e28dd2cd07e2d681d9a075c313b310dfaa13fe /mcp/scripts/requirements_deb.yaml | |
parent | 02bdeb694ed12a2b17232818cc8dbfb98559ef21 (diff) | |
parent | 181d6ccbb8f7fdfa46cb2bacb599406bb810f1c0 (diff) |
Merge "baremetal, virtual: Bump kernel to hwe-18.04 (5.0)" into stable/iruya
Diffstat (limited to 'mcp/scripts/requirements_deb.yaml')
-rw-r--r-- | mcp/scripts/requirements_deb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/requirements_deb.yaml b/mcp/scripts/requirements_deb.yaml index 032aa1146..73374b6ef 100644 --- a/mcp/scripts/requirements_deb.yaml +++ b/mcp/scripts/requirements_deb.yaml @@ -14,6 +14,7 @@ deploy: # Common pkgs required for all deploys, no matter the type, arch etc. common: - bridge-utils + - build-essential - cloud-guest-utils - cpu-checker - curl @@ -23,7 +24,6 @@ deploy: - kpartx - libglib2.0-bin - libvirt-bin - - make - mkisofs - qemu-kvm - rsync |