Merge "[doc] Add missing required packages"

This commit is contained in:
Zuul 2020-07-08 12:40:07 +00:00 committed by Gerrit Code Review
commit efe58c45c8
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@ It is necessary to build an Amphora image. On CentOS / RHEL 8:
.. code-block:: console
sudo dnf -y install epel-release
sudo dnf install -y debootstrap
sudo dnf install -y debootstrap qemu-img git e2fsprogs policycoreutils-python-utils
On Ubuntu:
.. code-block:: console
sudo apt -y install debootstrap
sudo apt -y install debootstrap qemu-utils git kpartx
Acquire the Octavia source code: