mirror of
https://github.com/friendica/docker
synced 2025-01-20 22:00:02 +01:00
Runs update.sh
This commit is contained in:
parent
b7318d3b70
commit
93be4ea89a
9 changed files with 9 additions and 9 deletions
|
@ -100,7 +100,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -84,7 +84,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -100,7 +100,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -100,7 +100,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -84,7 +84,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -100,7 +100,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -100,7 +100,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -84,7 +84,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
|
@ -100,7 +100,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.24; \
|
||||
pecl install memcached-3.2.0; \
|
||||
pecl install memcached-3.3.0; \
|
||||
pecl install redis-6.1.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue