Skip to content

Commit

Permalink
Add intl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
migo315 committed May 28, 2019
1 parent 5f9a4ef commit 5e6288b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y php7.2-fpm \
php7.2-gd \
php7.2-zip \
php7.2-mbstring \
php7.2-amqp
php7.2-amqp \
php7.2-intl

# configure php fpm
RUN sed -i -e "s/;date.timezone =.*/date.timezone = 'Europe\/Berlin'/g" /etc/php/7.2/fpm/php.ini && \
Expand Down

0 comments on commit 5e6288b

Please # to comment.