Compare commits

..

2 commits

Author SHA1 Message Date
dbae94d0ea Merge pull request 'added exif to php package installation' (#33) from install_exif_php_package into master
Reviewed-on: #33
2023-11-22 12:13:55 +01:00
61d8ab2ff8 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. :)
2023-11-17 22:36:21 +01:00

View file

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