From f8203f045fe45ca9328160506d0556a687f40290 Mon Sep 17 00:00:00 2001 From: abs51295 Date: Wed, 16 May 2018 20:06:32 +0530 Subject: [PATCH] Remove make --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31073af..046e6b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="Avishkar Gupta " # Need two yum installs here otherwise python-pip is not found RUN yum install -y epel-release && \ - yum install -y zip python-pip python-devel gcc make gcc-c++.x86_64 && \ + yum install -y zip python-pip python-devel gcc gcc-c++.x86_64 && \ yum clean all # --------------------------------------------------------------------------------------------------