Enable GMP extension
This commit is contained in:
parent
84401c2c0e
commit
f1646fe0ad
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue