fix: adds php opcache

This commit is contained in:
2025-05-23 14:56:06 -05:00
parent a9c6abe06b
commit f5102b859f
3 changed files with 12 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ FROM trafex/php-nginx:3.9.0
USER root
RUN apk add --no-cache \
php84-opcache \
php84-pdo_mysql \
php84-simplexml