FROM php:8.2-apache RUN apt update RUN apt install -y \ zlib1g-dev \ libpng-dev RUN docker-php-ext-install \ gd \ mysqli