2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-06 04:07:56 +01:00

Add 2019.12-rc branch

This commit is contained in:
Philipp Holzer 2019-12-10 22:17:35 +01:00
commit 7a74b4c0b9
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
35 changed files with 1536 additions and 8 deletions

View file

@ -60,7 +60,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.18; \
pecl install memcached-3.1.4; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install imagick-3.4.4; \
\