Add iproute to CentOS LXC

This package provides `ip` binary that is required for gathering network
facts and any net management.

Change-Id: Iac833ea63636be9e3dc2a804d890bcb6851be542
This commit is contained in:
Dmitriy Rabotyagov 2021-07-02 23:50:33 +03:00
parent 6b062d1de3
commit a640dd6f38
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ _lxc_cache_prep_template: "prep-scripts/centos_8_prep.sh.j2"
_lxc_cache_distro_packages:
- ca-certificates
- iputils
- iproute
- openssh-server
- policycoreutils
- procps

View File

@ -34,6 +34,7 @@ _lxc_cache_prep_template: "prep-scripts/centos_8_prep.sh.j2"
_lxc_cache_distro_packages:
- ca-certificates
- iputils
- iproute
- openssh-server
- policycoreutils
- procps