mirror of
https://github.com/friendica/docker
synced 2025-04-16 07:30:31 +02:00
Merge pull request #243 from salfter/salfter
fix for https://github.com/friendica/docker/issues/241
This commit is contained in:
commit
2d0069e95f
3 changed files with 3 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
|
||||
|
|
Loading…
Add table
Reference in a new issue