I am using this Dockerfile setup for PHP container
FROM php:7.2-fpm # Set working directory WORKDIR /var/www/html # Install dependencies RUN apt-get update