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; \
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 \
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; \
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; \
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 \
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; \