Skip to content

Commit 09be10d

Browse files
committed
add redis
1 parent 1773e1b commit 09be10d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

alpine.fpm.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN \
4646
# opcache \
4747
# curl \
4848
ldap \
49+
redis \
4950
" ; \
5051
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
5152
\

alpine.fpm_nginx.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN \
4646
# opcache \
4747
# curl \
4848
ldap \
49+
redis \
4950
" ; \
5051
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
5152
\

debian.apache.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN \
4848
# opcache \
4949
# curl \
5050
ldap \
51+
redis \
5152
" ; \
5253
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
5354
\

debian.fpm.wsc.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN \
4848
# opcache \
4949
# curl \
5050
ldap \
51+
redis \
5152
" ; \
5253
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
5354
\

0 commit comments

Comments
 (0)