mirror of
https://github.com/friendica/docker
synced 2025-01-01 14:45:20 +01:00
Merge pull request #212 from nupplaphil/bug/gmp
Add GNU Multiple Precision PHP module
This commit is contained in:
commit
00f9c63582
8 changed files with 16 additions and 0 deletions
|
@ -69,6 +69,7 @@ RUN set -ex; \
|
||||||
librsvg2-2 \
|
librsvg2-2 \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
|
libgmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
|
@ -90,6 +91,7 @@ RUN set -ex; \
|
||||||
ctype \
|
ctype \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -60,6 +60,7 @@ RUN set -ex; \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
openldap-dev \
|
openldap-dev \
|
||||||
|
gmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure gd \
|
docker-php-ext-configure gd \
|
||||||
|
@ -76,6 +77,7 @@ RUN set -ex; \
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -69,6 +69,7 @@ RUN set -ex; \
|
||||||
librsvg2-2 \
|
librsvg2-2 \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
|
libgmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
|
@ -90,6 +91,7 @@ RUN set -ex; \
|
||||||
ctype \
|
ctype \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -69,6 +69,7 @@ RUN set -ex; \
|
||||||
librsvg2-2 \
|
librsvg2-2 \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
|
libgmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
|
@ -90,6 +91,7 @@ RUN set -ex; \
|
||||||
ctype \
|
ctype \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -60,6 +60,7 @@ RUN set -ex; \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
openldap-dev \
|
openldap-dev \
|
||||||
|
gmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure gd \
|
docker-php-ext-configure gd \
|
||||||
|
@ -76,6 +77,7 @@ RUN set -ex; \
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -69,6 +69,7 @@ RUN set -ex; \
|
||||||
librsvg2-2 \
|
librsvg2-2 \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
|
libgmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
|
@ -90,6 +91,7 @@ RUN set -ex; \
|
||||||
ctype \
|
ctype \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -59,6 +59,7 @@ RUN set -ex; \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
openldap-dev \
|
openldap-dev \
|
||||||
|
gmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure gd \
|
docker-php-ext-configure gd \
|
||||||
|
@ -75,6 +76,7 @@ RUN set -ex; \
|
||||||
opcache \
|
opcache \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
|
|
|
@ -68,6 +68,7 @@ RUN set -ex; \
|
||||||
librsvg2-2 \
|
librsvg2-2 \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
|
libgmp-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||||
|
@ -89,6 +90,7 @@ RUN set -ex; \
|
||||||
ctype \
|
ctype \
|
||||||
pcntl \
|
pcntl \
|
||||||
ldap \
|
ldap \
|
||||||
|
gmp \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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…
Reference in a new issue