Skip to content

Commit

Permalink
Merge pull request #18 from okatsuralau/master
Browse files Browse the repository at this point in the history
added php intl extension
  • Loading branch information
Mahmoudz authored Sep 2, 2017
2 parents 033d7f1 + 4dba64f commit 5c52c0e
Show file tree
Hide file tree
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
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-70
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-71
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

1 comment on commit 5c52c0e

@pnghai
Copy link

@pnghai pnghai commented on 5c52c0e Oct 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Mahmoudz , when will this one will be released to Docker Hub? I'm in urgent of need of intl :(

Please sign in to comment.