FROM php:8.1-apache RUN apt-get update && apt-get install -y php8.1-mysql && apt-get install -y php-mysqli COPY ./script /var/www/html