2025-01-06 19:41:47 +00:00

9 lines
208 B
Docker

FROM php:8-apache
RUN apt-get update && apt-get upgrade && apt-get install -y imagemagick git
RUN a2enmod ssl && a2enmod rewrite
# Built-in tool for adding modules
RUN docker-php-ext-install pdo pdo_mysql