FROM php:apache

RUN apt update -y && \
    apt install -y git && \
    git clone https://github.com/fatz/hello-world-php-slim.git /var/www/html
