Include redis extension

This commit is contained in:
Adam Lavin 2021-03-29 00:54:55 +01:00
parent 738e947622
commit 25a2293ccb
No known key found for this signature in database
GPG key ID: 9C4C68AFA9CA6461

View file

@ -45,7 +45,7 @@ RUN apk add --no-cache libgcc libstdc++ ca-certificates libcrypto1.1 libssl1.1 l
RUN apk add --no-cache nginx sudo
# Install php extensions
RUN install-php-extensions mysqli pgsql pdo_mysql pdo_pgsql gmp gmagick
RUN install-php-extensions mysqli pgsql pdo_mysql pdo_pgsql gmp gmagick redis
RUN mkdir /app && chown -R www-data: /app