From 8829f895c890685cc25fe3022299b4275808dc06 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Sun, 16 Nov 2014 03:50:09 +0100
Subject: modif du readme de fedora

---
 Services/php/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
index 5af160a..fe2e8ca 100644
--- a/Services/php/Dockerfile
+++ b/Services/php/Dockerfile
@@ -2,7 +2,7 @@ FROM startx/fedora
 MAINTAINER Chistophe LARUE <dev@startx.fr>
 
 RUN yum -y update && yum clean all
-RUN yum -y install httpd php php-* && yum clean all
+RUN yum -y install httpd php php-pecl-mongo php-cli php-pear php-gd php-google-apiclient php-pecl-zip php-mcrypt php-tcpdf php-xml-5.5.18-1.fc20 php-mysqlnd php-soap php-pecl-jsonc php-pecl-xdebug php-pdo php-process php-common php-mbstring && yum clean all
 ADD welcome_apache.html /var/www/html/index.html
 
 EXPOSE 80
-- 
cgit v1.2.3