summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Services/php/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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