Add iconv php extension (#50)

pull/54/head
Alexander Skvortsov 2020-04-05 15:41:50 -04:00 committed by GitHub
parent 491a4998a6
commit a7c81d4e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \