We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b257485 commit bba21feCopy full SHA for bba21fe
fpm-alpine/8.3/dockerfile
@@ -27,6 +27,9 @@ RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
27
RUN pecl install imagick && \
28
docker-php-ext-enable imagick
29
30
+RUN pecl install --force redis && \
31
+ docker-php-ext-enable redis
32
+
33
# Compile and install FFmpeg with libfdk-aac support
34
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git /ffmpeg && \
35
cd /ffmpeg && \
0 commit comments