Merge pull request #14298 from uberbrady/docker_fix_alpine_exif

Add missing EXIF PHP library for Alpine Docker image
This commit is contained in:
snipe 2024-02-19 15:09:02 +00:00 committed by GitHub
commit b47b401245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,7 @@ RUN apk add --no-cache \
php81-sodium \
php81-redis \
php81-pecl-memcached \
php81-exif \
curl \
wget \
vim \