Skip to content

Commit 4dba64f

Browse files
author
Gabriel Lau
committed
added php intl extension
1 parent 033d7f1 commit 4dba64f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile-56

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get update && \
3434
php5.6-cli \
3535
php5.6-common \
3636
php5.6-curl \
37+
php5.6-intl \
3738
php5.6-json \
3839
php5.6-xml \
3940
php5.6-mbstring \

Dockerfile-70

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get update && \
3434
php7.0-cli \
3535
php7.0-common \
3636
php7.0-curl \
37+
php7.0-intl \
3738
php7.0-json \
3839
php7.0-xml \
3940
php7.0-mbstring \

Dockerfile-71

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get update && \
3434
php7.1-cli \
3535
php7.1-common \
3636
php7.1-curl \
37+
php7.1-intl \
3738
php7.1-json \
3839
php7.1-xml \
3940
php7.1-mbstring \

0 commit comments

Comments
 (0)