diff options
| author | startxfr <clarue@startx.fr> | 2015-11-28 05:57:08 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2015-11-28 05:57:08 +0100 | 
| commit | d2b8afc1f219e3db7c776a17c0f03128476ddefa (patch) | |
| tree | c227b2093ed65b18c81a2706c6d386a5e7d37f7a /Services/php | |
| parent | ce30e623a04eb19828be26585dba984c68fbf0ec (diff) | |
switching to fedora 23 in master. Start adding docker-compose support
Diffstat (limited to 'Services/php')
| -rw-r--r-- | Services/php/Dockerfile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index 2c86f15..60985df 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -2,12 +2,12 @@ FROM startx/sv-apache  MAINTAINER Christophe LARUE <dev@startx.fr>  USER root -RUN yum -y install php php-pecl-mongo php-cli php-pear \ +RUN dnf -y install php php-pecl-mongo php-cli php-pear \          php-gd php-mcrypt php-mysqlnd php-soap php-pecl-xdebug \          php-pdo php-process php-common php-mbstring \          php-bcmath php-pecl-zip php-php-gettext php-tcpdf \          php-tcpdf-dejavu-sans-fonts php-tidy \ -    && yum clean all   +    && dnf clean all    # Copy application content  COPY app/* /var/www/html/  COPY httpd.conf /etc/httpd/conf.d/sx.conf  | 
