File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ RUN apk add --update --no-cache \
1313# phar
1414 openssl openssl-dev \
1515# gd
16- libpng libpng-dev
16+ libpng libpng-dev \
17+ # intl
18+ libicu-dev
1719
1820# bzip2-dev
1921
@@ -30,6 +32,8 @@ RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/
3032# SimpleXML sodium sqlite3 standard tokenizer
3133# xml xmlreader xmlwriter zlib
3234
35+ RUN docker-php-ext-configure intl
36+
3337RUN docker-php-ext-install \
3438 pcntl posix \
3539 mysqli pdo_mysql \
@@ -47,7 +51,7 @@ RUN docker-php-ext-enable xdebug pdo_mysql
4751RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
4852
4953RUN rm -rf /tmp/*
50- RUN apk del libxml2-dev libzip-dev openssl-dev libpng-dev
54+ RUN apk del libxml2-dev libzip-dev openssl-dev libpng-dev libicu-dev
5155
5256# Install other libs
5357RUN apk add --update --no-cache \
You can’t perform that action at this time.
0 commit comments