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:
parent
472c5dff7e
commit
61d8ab2ff8
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ RUN \
|
||||||
sysvsem \
|
sysvsem \
|
||||||
pcntl \
|
pcntl \
|
||||||
opcache \
|
opcache \
|
||||||
|
exif \
|
||||||
pdo_pgsql \
|
pdo_pgsql \
|
||||||
pdo && \
|
pdo && \
|
||||||
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader
|
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader
|
||||||
|
|
Loading…
Reference in a new issue