Add iconv php extension (#50)
parent
491a4998a6
commit
a7c81d4e42
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue