Disable GMP package

This commit is contained in:
Glenn Y. Rolland 2019-11-19 21:57:26 +01:00
parent 4920cbcbbe
commit 92a54f7948

View file

@ -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