Merge pull request #439 from deviantintegral/add-opcache

Install the opcache extension #162
This commit is contained in:
Jérémy Benoist
2025-04-17 09:10:15 +02:00
committed by GitHub

View File

@ -32,6 +32,7 @@ RUN set -ex \
php81-iconv \
php81-json \
php81-mbstring \
php81-opcache \
php81-openssl \
php81-pecl-amqp \
php81-pecl-imagick \