FROM php:7.4-fpm
COPY ./www.conf /usr/local/etc/php-fpm.d/
RUN apt-get update
RUN apt-get install -y nano
RUN apt-get install -y iputils-ping