Skip to content

Commit

Permalink
Merge pull request #14298 from uberbrady/docker_fix_alpine_exif
Browse files Browse the repository at this point in the history
Add missing EXIF PHP library for Alpine Docker image
  • Loading branch information
snipe authored Feb 19, 2024
2 parents d725405 + 119e79e commit b47b401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apk add --no-cache \
php81-sodium \
php81-redis \
php81-pecl-memcached \
php81-exif \
curl \
wget \
vim \
Expand Down

0 comments on commit b47b401

Please sign in to comment.