[PHP-FPM] Fix missing aspell lib, update Redis lib, fixes #3675
parent
b165a47a6e
commit
954736cfea
|
@ -6,10 +6,11 @@ ENV IMAGICK_PECL 3.4.4
|
||||||
# Mailparse is pulled from master branch
|
# Mailparse is pulled from master branch
|
||||||
#ENV MAILPARSE_PECL 3.0.2
|
#ENV MAILPARSE_PECL 3.0.2
|
||||||
ENV MEMCACHED_PECL 3.1.5
|
ENV MEMCACHED_PECL 3.1.5
|
||||||
ENV REDIS_PECL 5.2.1
|
ENV REDIS_PECL 5.3.1
|
||||||
|
|
||||||
RUN apk add -U --no-cache autoconf \
|
RUN apk add -U --no-cache autoconf \
|
||||||
aspell-dev \
|
aspell-dev \
|
||||||
|
aspell-libs \
|
||||||
bash \
|
bash \
|
||||||
c-client \
|
c-client \
|
||||||
cyrus-sasl-dev \
|
cyrus-sasl-dev \
|
||||||
|
|
|
@ -102,7 +102,7 @@ services:
|
||||||
- rspamd
|
- rspamd
|
||||||
|
|
||||||
php-fpm-mailcow:
|
php-fpm-mailcow:
|
||||||
image: mailcow/phpfpm:1.66
|
image: mailcow/phpfpm:1.67
|
||||||
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
|
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis-mailcow
|
- redis-mailcow
|
||||||
|
|
Loading…
Reference in New Issue