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
This commit is contained in:
Jonathan Rosser 2022-12-12 09:49:44 +00:00
parent ef721dbf13
commit ca12ef136a
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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