php 8.3 update
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user