FROM php:8.1-fpm
RUN docker-php-ext-install mysqli
RUN mkdir -p /var/cpanel/php/sessions/ea-php83
RUN apt update && apt install -y vim
