summaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorMicah Abbott <miabbott@redhat.com>2018-06-20 14:44:38 -0400
committerMicah Abbott <miabbott@redhat.com>2018-06-20 14:45:28 -0400
commit018462b1f0a9da0964a813c8f987570684b8096c (patch)
treeeeceb1e44aa958b8bb96675cda70a4308cb14763 /install.md
parent6804fde57397d4c95f90c28dfaa5ae3dc29a5839 (diff)
downloadpodman-018462b1f0a9da0964a813c8f987570684b8096c.tar.gz
podman-018462b1f0a9da0964a813c8f987570684b8096c.tar.bz2
podman-018462b1f0a9da0964a813c8f987570684b8096c.zip
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>
Diffstat (limited to 'install.md')
-rw-r--r--install.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.md b/install.md
index b2f405336..c0767bb4d 100644
--- a/install.md
+++ b/install.md
@@ -41,6 +41,7 @@ yum install -y \
libgpg-error-devel \
libseccomp-devel \
libselinux-devel \
+ make \
ostree-devel \
pkgconfig \
runc \