A docker image that contains phpv7 with required packages, mysql db and apache werbserver
273
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"]
Content type
Image
Digest
Size
189.8 MB
Last updated
over 7 years ago
docker pull rashidw3/php7_mysql_apache