Add missing EXIF PHP library for Alpine Docker image

This commit is contained in:
Brady Wetherington 2024-02-19 15:00:13 +00:00
parent c76fbe4edb
commit 119e79e248

View file

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