mirror of
https://github.com/friendica/docker
synced 2025-01-01 10:35:21 +01:00
Runs update.sh
This commit is contained in:
parent
329e98e315
commit
faf083b869
6 changed files with 6 additions and 6 deletions
|
@ -73,7 +73,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 memcached-3.1.5; \
|
||||
pecl install redis-5.3.1; \
|
||||
pecl install redis-5.3.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -53,7 +53,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 memcached-3.1.5; \
|
||||
pecl install redis-5.3.1; \
|
||||
pecl install redis-5.3.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -73,7 +73,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 memcached-3.1.5; \
|
||||
pecl install redis-5.3.1; \
|
||||
pecl install redis-5.3.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -73,7 +73,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 memcached-3.1.5; \
|
||||
pecl install redis-5.3.1; \
|
||||
pecl install redis-5.3.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -53,7 +53,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 memcached-3.1.5; \
|
||||
pecl install redis-5.3.1; \
|
||||
pecl install redis-5.3.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
|
@ -73,7 +73,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 memcached-3.1.5; \
|
||||
pecl install redis-5.3.1; \
|
||||
pecl install redis-5.3.2; \
|
||||
pecl install imagick-3.4.4; \
|
||||
\
|
||||
docker-php-ext-enable \
|
||||
|
|
Loading…
Reference in a new issue