Merge pull request #6519 from cgx/patch-1

Add exif PHP extension to Dockerfile
pull/6524/head
dansup 4 months ago committed by GitHub
commit eabfe206a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
RUN install-php-extensions \
bcmath \
curl \
exif \
gd \
imagick \
intl \

Loading…
Cancel
Save