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:
parent
ef721dbf13
commit
ca12ef136a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user