Install git into placement containers

If venv_wheel_build_enable is defined to False, placement will fail to
clone and install repositories due to missing git binary.

Change-Id: If1e3eec0c558d1472da7bc3a4e87825e36ba4fdc
Related-Bug: #1989506
(cherry picked from commit 6084c248fc)
This commit is contained in:
Dmitriy Rabotyagov 2022-09-19 09:54:35 +02:00 committed by Dmitriy Rabotyagov
parent 26886e42af
commit f8b256545b
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ cache_timeout: 600
# Common apt packages
placement_distro_packages:
- git
- libxml2
placement_devel_distro_packages:

View File

@ -14,6 +14,7 @@
# limitations under the License.
placement_distro_packages:
- git-core
- libxml2
placement_devel_distro_packages: