Skip to content

Commit cbe5bb6

Browse files
authored
Update Dockerfile
1 parent b93e0a3 commit cbe5bb6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
3337
RUN docker-php-ext-install \
3438
pcntl posix \
3539
mysqli pdo_mysql \
@@ -47,7 +51,7 @@ RUN docker-php-ext-enable xdebug pdo_mysql
4751
RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
4852

4953
RUN 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
5357
RUN apk add --update --no-cache \

0 commit comments

Comments
 (0)