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:
parent
ba1500b05e
commit
ab0cee1435
3 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ RUN set -ex; \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
zip \
|
zip \
|
||||||
gmp \
|
gmp \
|
||||||
|
bcmath \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||||
|
|
|
@ -48,6 +48,7 @@ RUN set -ex; \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
zip \
|
zip \
|
||||||
gmp \
|
gmp \
|
||||||
|
bcmath \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||||
|
|
|
@ -54,6 +54,7 @@ RUN set -ex; \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
zip \
|
zip \
|
||||||
gmp \
|
gmp \
|
||||||
|
bcmath \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue