FROM php:cli

RUN apt update && apt install -y iproute2

ADD index.php .

CMD php -S 0.0.0.0:80
