From cda441448ea238ef0e612568a7b1b644a71e2b82 Mon Sep 17 00:00:00 2001 From: Henryk Paluch Date: Thu, 24 Jul 2014 09:03:16 +0200 Subject: [PATCH] Added make to fix mongo.so build --- centos-rockmongo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-rockmongo/Dockerfile b/centos-rockmongo/Dockerfile index 4882646..db76f4a 100644 --- a/centos-rockmongo/Dockerfile +++ b/centos-rockmongo/Dockerfile @@ -3,7 +3,7 @@ FROM centos MAINTAINER Derek Carr # update, install required, clean -RUN yum -y update && yum install -y httpd php php-devel wget php-pear unzip gcc-c++ && yum clean all +RUN yum -y update && yum install -y httpd php php-devel wget php-pear unzip gcc-c++ make && yum clean all # update pecl channels RUN pecl update-channels