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 # --------------------------------------------------------------------------------------------------