FROM php:7-apache-stretch

ADD https://raw.githubusercontent.com/robin-thoni/docker-utils/v1.2.0/setup.sh /tmp/docker-utils-setup.sh
RUN sh /tmp/docker-utils-setup.sh
COPY ./config /etc/salt/base/

CMD ["gcf-entrypoint", "apache2-foreground"]