mirror of
https://github.com/friendica/docker
synced 2025-04-02 01:17:35 +02:00
Runs update.sh
This commit is contained in:
parent
d71dd8c5a8
commit
8aa0554138
6 changed files with 6 additions and 6 deletions
|
@ -62,7 +62,7 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
pecl install apcu-5.1.20; \
|
pecl install apcu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
|
|
@ -78,7 +78,7 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
pecl install APCu-5.1.20; \
|
pecl install APCu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
|
|
@ -62,7 +62,7 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
pecl install apcu-5.1.20; \
|
pecl install apcu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
|
|
@ -62,7 +62,7 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
pecl install apcu-5.1.20; \
|
pecl install apcu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
|
|
@ -78,7 +78,7 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
pecl install APCu-5.1.20; \
|
pecl install APCu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
|
|
@ -62,7 +62,7 @@ RUN set -ex; \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
# 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
|
||||||
pecl install apcu-5.1.20; \
|
pecl install apcu-5.1.21; \
|
||||||
pecl install memcached-3.1.5; \
|
pecl install memcached-3.1.5; \
|
||||||
pecl install redis-5.3.4; \
|
pecl install redis-5.3.4; \
|
||||||
pecl install imagick-3.5.1; \
|
pecl install imagick-3.5.1; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue