mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 19:16:44 +01:00
Include redis extension
This commit is contained in:
parent
738e947622
commit
25a2293ccb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue