We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e01d22 + 445ecf4 commit bdd8f33Copy full SHA for bdd8f33
centos-rockmongo/Dockerfile
@@ -3,7 +3,7 @@ FROM centos
3
MAINTAINER Derek Carr <[email protected]>
4
5
# update, install required, clean
6
-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
7
8
# update pecl channels
9
RUN pecl update-channels
0 commit comments