Merge pull request #393 from rj-dds/patch-1

Add php-redis to support session and cache
This commit is contained in:
Bubka 2024-09-30 10:44:53 +02:00 committed by GitHub
commit d1819de190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Dockerfile vendored
View File

@ -52,7 +52,7 @@ RUN apk add --update --no-cache \
# PHP SQLite, MySQL/MariaDB & Postgres drivers
php82-pdo_sqlite php82-sqlite3 php82-pdo_mysql php82-pdo_pgsql php82-pgsql \
# PHP extensions
php82-xml php82-gd php82-mbstring php82-tokenizer php82-fileinfo php82-bcmath php82-ctype php82-dom \
php82-xml php82-gd php82-mbstring php82-tokenizer php82-fileinfo php82-bcmath php82-ctype php82-dom php-redis \
# Runtime dependencies
php82-session php82-openssl \
# Nginx and PHP FPM to serve over HTTP