Enable GMP extension

This commit is contained in:
Glenn Y. Rolland 2019-10-07 19:13:06 +02:00
parent 84401c2c0e
commit f1646fe0ad

View file

@ -11,3 +11,7 @@ FROM nextcloud:16
# CMD cron && apache2-foreground
# Mandatory for bookmark extension
RUN docker-php-ext-configure gmp; \
docker-php-ext-install gmp