mirror of
https://github.com/friendica/docker
synced 2025-01-19 17:37:00 +01:00
Runs update.sh
This commit is contained in:
parent
aef24917a6
commit
2a414acfcb
9 changed files with 9 additions and 9 deletions
|
@ -94,7 +94,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -80,7 +80,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -94,7 +94,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -94,7 +94,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -80,7 +80,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -94,7 +94,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -94,7 +94,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -80,7 +80,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -94,7 +94,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.21; \
|
||||
pecl install memcached-3.1.5; \
|
||||
pecl install redis-5.3.4; \
|
||||
pecl install redis-5.3.5; \
|
||||
pecl install imagick-3.5.1; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
Loading…
Reference in a new issue