Add exif to Dockerfile.fpm-alpine extension list

Matches Dockerfile.alpine which already lists php84-exif explicitly.

---
Disclosure: drafted with a coding agent's help.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
This commit is contained in:
Sebastian Mendel
2026-05-23 11:14:22 +02:00
parent 9c73b26cd1
commit e12ac03dd8
+1
View File
@@ -56,6 +56,7 @@ COPY --from=mlocati/php-extension-installer:2.1.15 /usr/bin/install-php-extensio
RUN set -eux; \
install-php-extensions \
bcmath \
exif \
gd \
ldap \
mysqli \