added exif to php package installation #33

Merged
bsod merged 1 commit from install_exif_php_package into master 2023-11-22 12:13:57 +01:00
Showing only changes of commit 61d8ab2ff8 - Show all commits

View file

@ -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