Skip to content

Commit

Permalink
added php intl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lau committed Sep 1, 2017
1 parent 033d7f1 commit 4dba64f
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-56
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ RUN apt-get update && \
php5.6-cli \
php5.6-common \
php5.6-curl \
php5.6-intl \
php5.6-json \
php5.6-xml \
php5.6-mbstring \
1 change: 1 addition & 0 deletions Dockerfile-70
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ RUN apt-get update && \
php7.0-cli \
php7.0-common \
php7.0-curl \
php7.0-intl \
php7.0-json \
php7.0-xml \
php7.0-mbstring \
1 change: 1 addition & 0 deletions Dockerfile-71
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ RUN apt-get update && \
php7.1-cli \
php7.1-common \
php7.1-curl \
php7.1-intl \
php7.1-json \
php7.1-xml \
php7.1-mbstring \

0 comments on commit 4dba64f

Please sign in to comment.