mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 11:45:30 +02:00
add intl
This commit is contained in:
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& a2enmod rewrite && a2enmod ssl && a2enmod socache_shmcb \
|
||||
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include/ \
|
||||
&& docker-php-ext-configure opcache --enable-opcache \
|
||||
&& docker-php-ext-install -j$(nproc) exif gd pdo_mysql zip opcache bcmath ftp \
|
||||
&& docker-php-ext-install -j$(nproc) exif gd pdo_mysql zip opcache bcmath ftp intl \
|
||||
&& pecl install imagick \
|
||||
&& docker-php-ext-enable imagick opcache \
|
||||
&& php -m
|
||||
|
||||
Reference in New Issue
Block a user