added exif to php package installation

Reason: Nextcloud Version 27.1.3 complained about a missing php package "exif"

If the changes are okay, you can merge it directly. :)
This commit is contained in:
xfuture 2023-11-17 22:36:21 +01:00
parent 472c5dff7e
commit 61d8ab2ff8

View file

@ -63,6 +63,7 @@ RUN \
sysvsem \
pcntl \
opcache \
exif \
pdo_pgsql \
pdo && \
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader