add missing apache modules recommended for 26.x

This commit is contained in:
bsod 2023-06-01 15:53:47 +02:00
parent 69a162e55e
commit 72b2ab7516

View file

@ -58,6 +58,8 @@ RUN \
bz2 \ bz2 \
intl \ intl \
bcmath \ bcmath \
sysvsem \
pcntl \
opcache && \ opcache && \
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader