2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-03 01:23:34 +01:00

Release 2022.03

This commit is contained in:
Philipp Holzer 2022-03-07 20:17:34 +01:00
commit 1f68dfdce3
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
34 changed files with 1485 additions and 10 deletions

View file

@ -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 memcached-3.2.0RC1; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\