Add php7 gmp

pull/54/head
Alexander Skvortsov 2020-05-30 21:10:04 -04:00
parent f944cadb9a
commit 148492c4ab
1 changed files with 1 additions and 0 deletions

View File

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