Sign inSign up

rashidw3/php7_mysql_apache

By rashidw3

Updated over 7 years ago

A docker image that contains phpv7 with required packages, mysql db and apache werbserver

Image
0

273

rashidw3/php7_mysql_apache repository overview

FROM nimmis/apache

MAINTAINER sany [email protected]

RUN apt-get update && apt-get -y install php php-curl php-redis php-gd php-mcrypt php-mysqlnd php-pgsql libapache2-mod-php php-bcmath php-xml && apt-get clean

RUN a2enmod rewrite && a2enmod expires && phpenmod mcrypt

COPY apache2.conf /etc/apache2/apache2.conf

EXPOSE 80 EXPOSE 443

CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]

Tag summary

Content type

Image

Digest

Size

189.8 MB

Last updated

over 7 years ago

docker pull rashidw3/php7_mysql_apache