Skip to content

Commit 74b6897

Browse files
committed
fix pecl install intl
1 parent 871a733 commit 74b6897

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf/php7console/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ RUN apt-get install -y libxslt-dev
4848
RUN docker-php-ext-install xsl
4949

5050
# intl
51-
RUN apt-get install -y libicu-dev
52-
RUN pecl install intl
51+
RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev g++
52+
RUN docker-php-ext-configure intl
5353
RUN docker-php-ext-install intl
54+
#RUN pecl install intl
55+
#RUN docker-php-ext-install intl
5456

5557
# zip
5658
RUN apt-get install -y zlib1g-dev \

0 commit comments

Comments
 (0)