Skip to content

Commit a61220d

Browse files
author
Mario Juarez
committed
Agrega la libreria intl
1 parent 8369f89 commit a61220d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y git\
77
libjpeg62-turbo-dev \
88
libmcrypt-dev \
99
libpng12-dev \
10-
&& docker-php-ext-install pdo_mysql gd \
10+
libicu-dev \
11+
&& docker-php-ext-install pdo_mysql gd intl \
1112
&& pecl install mongo && docker-php-ext-enable mongo
1213

1314
RUN echo "date.timezone=UTC" >> /usr/local/etc/php/php.ini

0 commit comments

Comments
 (0)