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
This commit is contained in:
parent
39f3c1f016
commit
6084c248fc
@ -19,6 +19,7 @@ cache_timeout: 600
|
||||
|
||||
# Common apt packages
|
||||
placement_distro_packages:
|
||||
- git
|
||||
- libxml2
|
||||
|
||||
placement_devel_distro_packages:
|
||||
|
@ -14,6 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
placement_distro_packages:
|
||||
- git-core
|
||||
- libxml2
|
||||
|
||||
placement_devel_distro_packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user