php support added

This commit is contained in:
Colmaris 2024-12-13 16:13:40 +01:00
parent 29df60b5b1
commit 65b6cb4d15

View file

@ -12,6 +12,7 @@ RUN apt-get update -qq && \
git \ git \
gnupg \ gnupg \
unzip \ unzip \
zip zip \
RUN docker-php-ext-install -j$(nproc) opcache pdo_mysql nano
RUN docker-php-ext-install -j$(nproc) opcache mbstring
COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini COPY conf/php.ini /usr/local/etc/php/conf.d/app.ini