From ca12ef136a1574931b783f15a6a6bc9d31081b49 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 12 Dec 2022 09:49:44 +0000 Subject: [PATCH] Add git and libxml2 to container base image These are needed universally in the service container images so install them into the base image to save build time later. Change-Id: Ia51329110ffa2c634799544ac6c7b7f2016369a5 --- vars/debian.yml | 2 ++ vars/redhat.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vars/debian.yml b/vars/debian.yml index 0d15e4b1..df4de99a 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -41,8 +41,10 @@ _lxc_cache_distro_libpython: _lxc_cache_distro_packages: - ca-certificates - dbus + - git # needed everywhere when wheel_build=false - iputils-ping - iproute2 + - libxml2 - locales - netbase - openssh-server diff --git a/vars/redhat.yml b/vars/redhat.yml index 9bccdf54..46a75497 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -39,8 +39,10 @@ _lxc_cache_prep_template: "prep-scripts/redhat_prep.sh.j2" _lxc_cache_distro_packages: - ca-certificates + - git-core # needed everywhere when wheel_build=false - iputils - iproute + - libxml2 - openssh-server - policycoreutils - procps