From 96716ec932f74a04bc9c8bf52e038f0a2705c654 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 07:32:39 +0100 Subject: adding travis --- Applications/rockmongo/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Applications') diff --git a/Applications/rockmongo/Dockerfile b/Applications/rockmongo/Dockerfile index a934d41..ca5da28 100644 --- a/Applications/rockmongo/Dockerfile +++ b/Applications/rockmongo/Dockerfile @@ -1,10 +1,6 @@ - - -FROM openshift/centos-rockmongo:latest +FROM startx/sv-php MAINTAINER startx dev@startx.fr - - # update, install required, clean RUN yum -y update && yum install -y httpd php php-devel wget php-pear unzip gcc-c++ make && yum clean all -- cgit v1.2.1