php 8.3 basic dependecies

This commit is contained in:
Shihaam Abdul Rahman 2024-09-22 22:58:17 +05:00
parent 8398cc9ebd
commit 2c1592d93e
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -11,5 +11,7 @@ RUN apt update \
&& apt auto-remove -y \
&& apt clean -y
RUN docker-php-ext-install {mysqli,pdo,pdo_mysql,bcmath,intl,gd,zip}
# Copy php.ini config
COPY php.ini /usr/local/etc/php/php.ini