mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -41,6 +41,7 @@ yum install -y \
|
|||||||
libgpg-error-devel \
|
libgpg-error-devel \
|
||||||
libseccomp-devel \
|
libseccomp-devel \
|
||||||
libselinux-devel \
|
libselinux-devel \
|
||||||
|
make \
|
||||||
ostree-devel \
|
ostree-devel \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
runc \
|
runc \
|
||||||
|
Reference in New Issue
Block a user