2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 22:07:09 +01:00

Runs update.sh

This commit is contained in:
GitHub Workflow 2025-11-07 02:13:54 +00:00
commit 8fcf0df69d
6 changed files with 6 additions and 6 deletions

View file

@ -101,7 +101,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.27; \
pecl install memcached-3.4.0; \
pecl install redis-6.2.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install redis-6.3.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install imagick-3.8.0; \
\
docker-php-ext-enable \

View file

@ -85,7 +85,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.27; \
pecl install memcached-3.4.0; \
pecl install redis-6.2.0; \
pecl install redis-6.3.0; \
pecl install imagick-3.8.0; \
\
docker-php-ext-enable \

View file

@ -101,7 +101,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.27; \
pecl install memcached-3.4.0; \
pecl install redis-6.2.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install redis-6.3.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install imagick-3.8.0; \
\
docker-php-ext-enable \

View file

@ -101,7 +101,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.27; \
pecl install memcached-3.4.0; \
pecl install redis-6.2.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install redis-6.3.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install imagick-3.8.0; \
\
docker-php-ext-enable \

View file

@ -85,7 +85,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.27; \
pecl install memcached-3.4.0; \
pecl install redis-6.2.0; \
pecl install redis-6.3.0; \
pecl install imagick-3.8.0; \
\
docker-php-ext-enable \

View file

@ -101,7 +101,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.27; \
pecl install memcached-3.4.0; \
pecl install redis-6.2.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install redis-6.3.0 --configureoptions 'enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
pecl install imagick-3.8.0; \
\
docker-php-ext-enable \