Skip to content

Commit 9c238d8

Browse files
authored
install redis extension via pecl
1 parent 2aefbcc commit 9c238d8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ RUN apk info \
4949
opcache \
5050
pcntl \
5151
mbstring \
52-
&& pecl install imagick \
53-
&& docker-php-ext-enable imagick \
52+
&& pecl install \
53+
redis \
54+
imagick \
55+
&& docker-php-ext-enable \
56+
redis \
57+
imagick \
5458
&& apk del .build-deps
5559

5660
# change default shell

0 commit comments

Comments
 (0)