mirror of
https://github.com/friendica/docker
synced 2024-12-29 12:52:11 +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 \
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue