Merge pull request #212 from nupplaphil/bug/gmp

Add GNU Multiple Precision PHP module
This commit is contained in:
Hypolite Petovan 2022-10-29 13:12:10 -04:00 committed by GitHub
commit 00f9c63582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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