mirror of
https://github.com/friendica/docker
synced 2025-01-14 18:49:48 +01:00
Fix intlChar
This commit is contained in:
parent
4196041aee
commit
0be4ccaa27
11 changed files with 11 additions and 0 deletions
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -79,6 +79,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -79,6 +79,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -79,6 +79,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -78,6 +78,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
|
@ -92,6 +92,7 @@ RUN set -ex; \
|
|||
pcntl \
|
||||
ldap \
|
||||
gmp \
|
||||
intl \
|
||||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
|
|
Loading…
Reference in a new issue