Add iconv php extension

pull/50/head
Alexander Skvortsov 2020-04-05 15:27:01 -04:00
parent 491a4998a6
commit 19dbd3ddc5
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ RUN apk add --no-progress --no-cache \
php7-zip \
php7-intl \
php7-exif \
php7-iconv \
&& cd /tmp \
&& curl -s http://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& chmod +x /usr/local/bin/composer \