install: need to install make on Fedora-like distros

Somehow `make` fails to get brought in with all the build tools, so
explicitly install it.

Signed-off-by: Micah Abbott <miabbott@redhat.com>
This commit is contained in:
Micah Abbott 2018-06-20 14:44:38 -04:00
parent 6804fde573
commit 018462b1f0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ yum install -y \
libgpg-error-devel \
libseccomp-devel \
libselinux-devel \
make \
ostree-devel \
pkgconfig \
runc \