Skip to content

Commit

Permalink
Merge pull request #5438 from nextcloud/nextcloud-container-update
Browse files Browse the repository at this point in the history
Nextcloud dependency update
  • Loading branch information
szaimen authored Oct 18, 2024
2 parents a530cee + 0067ec3 commit 2d78730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 igbinary-3.2.16; \
pecl install APCu-5.1.24; \
pecl install -D 'enable-memcached-igbinary="yes"' memcached-3.2.0; \
pecl install -D 'enable-memcached-igbinary="yes"' memcached-3.3.0; \
pecl install -D 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' redis-6.1.0; \
pecl install imagick-3.7.0; \
\
Expand Down

0 comments on commit 2d78730

Please sign in to comment.