mirror of
https://github.com/friendica/docker
synced 2024-12-29 12:52:11 +01:00
Runs update.sh
This commit is contained in:
parent
e8b21ebca5
commit
ca7b8e67f8
12 changed files with 12 additions and 12 deletions
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -51,7 +51,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.19; \
|
||||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -51,7 +51,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.19; \
|
||||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -51,7 +51,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.19; \
|
||||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -51,7 +51,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install APCu-5.1.19; \
|
||||
pecl install APCu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
|
@ -71,7 +71,7 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
# pecl will claim success even if one install fails, so we need to perform each install separately
|
||||
pecl install apcu-5.1.19; \
|
||||
pecl install apcu-5.1.20; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.3; \
|
||||
pecl install imagick-3.4.4; \
|
||||
|
|
Loading…
Reference in a new issue