From 08cf9e3266266f8149b2f33e1dbabc9a64d83a18 Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Sun, 30 Oct 2016 16:08:35 +0100
Subject: bugfix on php service

---
 Services/php/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'Services/php/Dockerfile')

diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
index cc83b4e..d76f21f 100644
--- a/Services/php/Dockerfile
+++ b/Services/php/Dockerfile
@@ -2,10 +2,10 @@ FROM startx/sv-apache
 MAINTAINER Christophe LARUE <dev@startx.fr>
 
 USER root
-RUN dnf -y install php php-pecl-mongo php-cli php-pear \
-        php-gd php-mcrypt php-mysqlnd php-soap php-pecl-xdebug \
+RUN dnf -y install php php-cli php-pear \
+        php-gd php-mcrypt php-mysqlnd php-soap \
         php-pdo php-process php-common php-mbstring \
-        php-bcmath php-pecl-zip php-php-gettext php-tcpdf \
+        php-bcmath php-php-gettext php-tcpdf \
         php-tcpdf-dejavu-sans-fonts php-tidy \
     && dnf clean all  
 COPY httpd.conf $HTTPDCONF
-- 
cgit v1.2.3