Add php7 gmp (#54)

pull/59/head
Alexander Skvortsov 2020-05-30 21:28:05 -04:00 committed by GitHub
parent f944cadb9a
commit 6dd84e6b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \