mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-04 18:36:17 +02:00
add redis support to PHP
This commit is contained in:
parent
08fa041812
commit
fe4d5fc2df
@ -34,8 +34,8 @@ RUN set -ex; \
|
||||
zip \
|
||||
pspell \
|
||||
; \
|
||||
pecl install imagick; \
|
||||
docker-php-ext-enable imagick opcache; \
|
||||
pecl install imagick redis; \
|
||||
docker-php-ext-enable imagick opcache redis; \
|
||||
\
|
||||
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
|
||||
@ -42,8 +42,8 @@ RUN set -ex; \
|
||||
zip \
|
||||
pspell \
|
||||
; \
|
||||
pecl install imagick; \
|
||||
docker-php-ext-enable imagick opcache; \
|
||||
pecl install imagick redis; \
|
||||
docker-php-ext-enable imagick opcache redis; \
|
||||
\
|
||||
runDeps="$( \
|
||||
scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions \
|
||||
|
||||
@ -34,8 +34,8 @@ RUN set -ex; \
|
||||
zip \
|
||||
pspell \
|
||||
; \
|
||||
pecl install imagick; \
|
||||
docker-php-ext-enable imagick opcache; \
|
||||
pecl install imagick redis; \
|
||||
docker-php-ext-enable imagick opcache redis; \
|
||||
\
|
||||
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
|
||||
@ -31,8 +31,8 @@ RUN set -ex; \
|
||||
pdo_sqlite \
|
||||
zip \
|
||||
; \
|
||||
pecl install imagick; \
|
||||
docker-php-ext-enable imagick; \
|
||||
pecl install imagick redis; \
|
||||
docker-php-ext-enable imagick opcache redis; \
|
||||
\
|
||||
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
|
||||
@ -42,8 +42,8 @@ RUN set -ex; \
|
||||
zip \
|
||||
pspell \
|
||||
; \
|
||||
pecl install imagick; \
|
||||
docker-php-ext-enable imagick opcache; \
|
||||
pecl install imagick redis; \
|
||||
docker-php-ext-enable imagick opcache redis; \
|
||||
\
|
||||
runDeps="$( \
|
||||
scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions \
|
||||
|
||||
@ -34,8 +34,8 @@ RUN set -ex; \
|
||||
zip \
|
||||
pspell \
|
||||
; \
|
||||
pecl install imagick; \
|
||||
docker-php-ext-enable imagick opcache; \
|
||||
pecl install imagick redis; \
|
||||
docker-php-ext-enable imagick opcache redis; \
|
||||
\
|
||||
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
|
||||
apt-mark auto '.*' > /dev/null; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user