#!/usr/bin/env docker build -t webdna:c6_apache . FROM centos:6 MAINTAINER Ilya Evseev EXPOSE 80 ADD http://mirror.yandex.ru/epel/6/i386/epel-release-6-8.noarch.rpm / ADD http://dev.webdna.us/products/WebDNA_fcgi_CentOS6_8.0.2.rpm / RUN rpm -Uvh /epel*.rpm RUN yum localinstall -y --disableplugin=fastestmirror /WebDNA*.rpm RUN yum clean all ## END ##