#!/usr/bin/env docker build -t webdna:c7_apache . FROM centos:7 MAINTAINER Ilya Evseev EXPOSE 80 ADD http://dev.webdna.us/products/WebDNA_fcgi_CentOS7_8.0.2.rpm / RUN yum -y --disableplugin=fastestmirror install mod_fcgid policycoreutils RUN ln -s /bin/true /sbin/service RUN yum -y --disableplugin=fastestmirror localinstall /WebDNA*.rpm RUN yum clean all ## END ##