We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc545 commit 06681aeCopy full SHA for 06681ae
docker/Dockerfile
@@ -3,7 +3,7 @@ FROM formapro/nginx-php-fpm:latest-all-exts
3
## libs
4
RUN set -x && \
5
apt-get update && \
6
- apt-get install -y --no-install-recommends wget curl openssl ca-certificates nano netcat
+ apt-get install -y --no-install-recommends wget curl openssl ca-certificates nano netcat php-redis
7
8
## confis
9
0 commit comments