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:
@@ -56,6 +56,7 @@ COPY --from=mlocati/php-extension-installer:2.1.15 /usr/bin/install-php-extensio
|
|||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
install-php-extensions \
|
install-php-extensions \
|
||||||
bcmath \
|
bcmath \
|
||||||
|
exif \
|
||||||
gd \
|
gd \
|
||||||
ldap \
|
ldap \
|
||||||
mysqli \
|
mysqli \
|
||||||
|
|||||||
Reference in New Issue
Block a user