Sign inSign up

italoc/php53

By italoc

•Updated about 9 years ago

webserver apache with php53

Image
1

10K+

italoc/php53 repository overview

FROM centos:centos6 MAINTAINER Assyrus RUN yum -y update; yum clean all RUN yum -y install epel-release; yum clean all RUN yum -y install samba-client rsync wget httpd mod_ssl php php-mbstring php-gd php-imap php-intl php-ldap php-mssql php-mysql php-odbc php-pdo php-pear php-xml php-xmlrpc mysql zip unzip; yum clean all RUN yum -y reinstall glibc-common #RUN echo "Apache HTTPD" >> /var/www/html/index.html ADD php.ini /etc/ EXPOSE 80 CMD exec /usr/sbin/apachectl -D FOREGROUND

Tag summary

Content type

Image

Digest

Size

200.6 MB

Last updated

about 9 years ago

docker pull italoc/php53