Skip to content

Commit e874400

Browse files
committed
Added redis as extension
1 parent 668badd commit e874400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.fpm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ RUN set -ex ; \
3232
xz ; \
3333
pecl channel-update pecl.php.net ; \
3434
pecl install mcrypt ; \
35+
pecl install redis ; \
3536
docker-php-ext-enable mcrypt ; \
37+
docker-php-ext-enable redis ; \
3638
docker-php-ext-configure intl ; \
3739
docker-php-ext-install \
3840
bcmath \

0 commit comments

Comments
 (0)