Disable GMP package
This commit is contained in:
parent
4920cbcbbe
commit
92a54f7948
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ FROM nextcloud:17
|
|||
# CMD cron && apache2-foreground
|
||||
|
||||
# Mandatory for bookmark extension
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y php7.3-gmp
|
||||
# but missing from deb packages
|
||||
# RUN apt-get update \
|
||||
# && apt-get install -y php7.3-gmp
|
||||
|
||||
|
|
Loading…
Reference in a new issue