0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Adding bmath lib (#1122)

Signed-off-by: Frédéric Fondement <frederic.fondement@uha.fr>
This commit is contained in:
Frédéric Fondement 2020-06-04 11:11:52 +02:00
parent ba1500b05e
commit ab0cee1435
3 changed files with 3 additions and 0 deletions

View file

@ -54,6 +54,7 @@ RUN set -ex; \
pdo_pgsql \
zip \
gmp \
bcmath \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -48,6 +48,7 @@ RUN set -ex; \
pdo_pgsql \
zip \
gmp \
bcmath \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -54,6 +54,7 @@ RUN set -ex; \
pdo_pgsql \
zip \
gmp \
bcmath \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately