FROM php:7-apache

RUN apt update && apt install -y iputils-ping netcat

USER www-data

COPY ./src/ /var/www/html
