This commit is contained in:
f4ilji
2024-11-20 20:21:16 +05:00
parent 431755ab9b
commit 083a115ada
6 changed files with 149 additions and 1 deletions
+2
View File
@@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev g++
RUN docker-php-ext-configure intl
RUN docker-php-ext-install intl
RUN apt-get update && apt-get install -y default-mysql-client
# Копирование конфигурационного файла PHP
COPY ./_docker/app/php.ini /usr/local/etc/php/conf.d/php.ini