mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Add gmp php extension
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
a3ba284c78
commit
7eb00b62aa
14 changed files with 45 additions and 17 deletions
|
@ -19,13 +19,11 @@ RUN set -ex; \
|
|||
libressl-dev \
|
||||
samba-dev \
|
||||
bzip2-dev \
|
||||
gmp-dev \
|
||||
; \
|
||||
\
|
||||
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
|
||||
docker-php-ext-install \
|
||||
bz2 \
|
||||
gmp \
|
||||
imap \
|
||||
; \
|
||||
pecl install smbclient; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue