Sign inSign up

rashidw3/php7_postgresql_apache

By rashidw3

Updated over 6 years ago

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

Image
0

416

rashidw3/php7_postgresql_apache repository overview

FROM nimmis/apache

MAINTAINER sany [email protected]

RUN apt-get update && apt-get -y install php apache2 php-curl php-gd php-mcrypt 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

170.6 MB

Last updated

over 6 years ago

docker pull rashidw3/php7_postgresql_apache