php 8.3 basic dependecies
This commit is contained in:
		@@ -11,5 +11,7 @@ RUN apt update \
 | 
				
			|||||||
 && apt auto-remove -y \
 | 
					 && apt auto-remove -y \
 | 
				
			||||||
 && apt clean -y
 | 
					 && apt clean -y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RUN docker-php-ext-install {mysqli,pdo,pdo_mysql,bcmath,intl,gd,zip}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy php.ini config
 | 
					# Copy php.ini config
 | 
				
			||||||
COPY php.ini /usr/local/etc/php/php.ini
 | 
					COPY php.ini /usr/local/etc/php/php.ini
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user