Skip to content

Commit bdd8f33

Browse files
Merge pull request #48 from derekwaynecarr/update_rockmongo
Respond to base Centos image changes
2 parents 1e01d22 + 445ecf4 commit bdd8f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centos-rockmongo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM centos
33
MAINTAINER Derek Carr <[email protected]>
44

55
# 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
6+
RUN yum -y update && yum install -y httpd php php-devel wget php-pear unzip gcc-c++ make && yum clean all
77

88
# update pecl channels
99
RUN pecl update-channels

0 commit comments

Comments
 (0)