FROM php:8.2-apache

RUN apt-get update && \
  apt-get install -y libonig-dev

RUN docker-php-ext-install mysqli pdo_mysql mbstring
