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:
parent
6804fde573
commit
018462b1f0
|
@ -41,6 +41,7 @@ yum install -y \
|
|||
libgpg-error-devel \
|
||||
libseccomp-devel \
|
||||
libselinux-devel \
|
||||
make \
|
||||
ostree-devel \
|
||||
pkgconfig \
|
||||
runc \
|
||||
|
|
Loading…
Reference in New Issue