Merge pull request #972 from miabbott/install_make

install: need to install make on Fedora-like distros
This commit is contained in:
Daniel J Walsh
2018-06-21 09:07:15 -04:00
committed by GitHub

View File

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