2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-12 04:09:38 +02:00

Add GNU Multiple Precision PHP module

This commit is contained in:
Philipp Holzer 2022-10-29 12:31:35 +02:00
parent 7a4c583e2f
commit 6df70e0d04
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
8 changed files with 16 additions and 0 deletions

View file

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -60,6 +60,7 @@ RUN set -ex; \
libzip-dev \
icu-dev \
openldap-dev \
gmp-dev \
; \
\
docker-php-ext-configure gd \
@ -76,6 +77,7 @@ RUN set -ex; \
opcache \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -60,6 +60,7 @@ RUN set -ex; \
libzip-dev \
icu-dev \
openldap-dev \
gmp-dev \
; \
\
docker-php-ext-configure gd \
@ -76,6 +77,7 @@ RUN set -ex; \
opcache \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -59,6 +59,7 @@ RUN set -ex; \
libzip-dev \
icu-dev \
openldap-dev \
gmp-dev \
; \
\
docker-php-ext-configure gd \
@ -75,6 +76,7 @@ RUN set -ex; \
opcache \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

View file

@ -68,6 +68,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -89,6 +90,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately