FROM centos:7 RUN yum install epel-release -y RUN yum update -y RUN yum install httpd httpd-tool git wget php php-mysql -y ENTRYPOINT ["/usr/sbin/httpd", "-D", "FOREGROUND"] EXPOSE 80 22
Content type
Image
Digest
Size
242.7 MB
Last updated
almost 9 years ago
docker pull amitbroc/baseweb