php 8.3 update
This commit is contained in:
parent
22892553de
commit
1f8a5f09c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user