Skip to content

Commit 06681ae

Browse files
committed
readd php-redis ext to dockerfile
1 parent 9acc545 commit 06681ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM formapro/nginx-php-fpm:latest-all-exts
33
## libs
44
RUN set -x && \
55
apt-get update && \
6-
apt-get install -y --no-install-recommends wget curl openssl ca-certificates nano netcat
6+
apt-get install -y --no-install-recommends wget curl openssl ca-certificates nano netcat php-redis
77

88
## confis
99

0 commit comments

Comments
 (0)