FROM centos:7
MAINTAINER Tobias von Dewitz <tobias@scraperwall.com>
LABEL Vendor="ScraperWall"

ADD centos7-install.sh /
ADD run-httpd.sh /


RUN /centos7-install.sh

EXPOSE 80

CMD ["/run-httpd.sh"]