summaryrefslogtreecommitdiffstats
path: root/Applications
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 07:32:39 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 07:32:39 +0100
commit96716ec932f74a04bc9c8bf52e038f0a2705c654 (patch)
treef7e247fc41c4defa06691ae05f6de19aad4cbfbe /Applications
parent41d6c788a9b2e740ab9e023664da7e7d77f5afdc (diff)
downloadphpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.tar.gz
phpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.tar.bz2
phpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.tar.xz
phpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.zip
adding travis
Diffstat (limited to 'Applications')
-rw-r--r--Applications/rockmongo/Dockerfile6
1 files changed, 1 insertions, 5 deletions
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