docker-image-examples icon indicating copy to clipboard operation
docker-image-examples copied to clipboard

centos-rockmongo - install of mongo.so broken due missing make

Open hpaluch opened this issue 11 years ago • 0 comments

Hello! Tried example from http://openshift.github.io/geard/deploy_with_geard.html but instead of admin page got response "To make things right, you must install php_mongo module. Here for installation documents on PHP.net."

This error is caused by install error of mongo.so due missing make.

Proposed fix: add "yum install -y make" to Dockerfile

hpaluch avatar Jul 23 '14 11:07 hpaluch