remove intl.so causing errors

This commit is contained in:
Andy Miller 2020-03-04 11:09:43 -07:00
parent 52012912c0
commit 00b969a49d
No known key found for this signature in database
GPG Key ID: 06C5EE41E242681B
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ RUN { \
echo 'opcache.enable_cli=1'; \
echo 'upload_max_filesize=128M'; \
echo 'post_max_size=128M'; \
echo 'extension=intl.so'; \
} > /usr/local/etc/php/conf.d/php-recommended.ini
RUN pecl install apcu \