Install php-redis-extension

This commit is contained in:
int2001
2026-02-02 06:19:14 +00:00
parent 5af088306c
commit 265d81f700

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends cron
RUN install-php-extensions \
mysqli \
zip \
redis \
gd; \
\
a2enmod rewrite; \