php 8.3 update

This commit is contained in:
Shihaam Abdul Rahman 2024-09-22 23:01:45 +05:00
parent 22892553de
commit 1f8a5f09c5
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -11,6 +11,12 @@ RUN apt update \
&& apt auto-remove -y \
&& apt clean -y
# Install dependencies for intl extension
RUN apt-get update && apt-get install -y \
libicu-dev \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl
RUN docker-php-ext-install {mysqli,pdo,pdo_mysql,bcmath,intl,gd,zip}
# Copy php.ini config