2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-25 23:17:01 +02:00

Merge pull request #247 from nupplaphil/bug/intl

Fix intlChar
This commit is contained in:
Philipp Holzer 2024-03-02 09:36:40 +01:00 committed by GitHub
commit 56203fce0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 0 deletions

View file

@ -93,6 +93,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -79,6 +79,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -93,6 +93,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -93,6 +93,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -79,6 +79,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -93,6 +93,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -93,6 +93,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -79,6 +79,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -93,6 +93,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -78,6 +78,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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

View file

@ -92,6 +92,7 @@ RUN set -ex; \
pcntl \ pcntl \
ldap \ ldap \
gmp \ gmp \
intl \
; \ ; \
\ \
# 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