Skip to content

Commit bba21fe

Browse files
committed
feat: add redis connector
1 parent b257485 commit bba21fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fpm-alpine/8.3/dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
2727
RUN pecl install imagick && \
2828
docker-php-ext-enable imagick
2929

30+
RUN pecl install --force redis && \
31+
docker-php-ext-enable redis
32+
3033
# Compile and install FFmpeg with libfdk-aac support
3134
RUN git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git /ffmpeg && \
3235
cd /ffmpeg && \

0 commit comments

Comments
 (0)