1
0
mirror of https://github.com/wallabag/docker synced 2025-12-12 17:26:25 +00:00

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 \