FROM php:7.3-apache

RUN apt -y update && \
  apt install -y \
  iproute2
