Add PHP exif extension to prod Dockerfile for PWA image processing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
zip \
|
zip \
|
||||||
intl \
|
intl \
|
||||||
gd \
|
gd \
|
||||||
|
exif \
|
||||||
opcache \
|
opcache \
|
||||||
&& pecl install redis imagick \
|
&& pecl install redis imagick \
|
||||||
&& docker-php-ext-enable redis imagick \
|
&& docker-php-ext-enable redis imagick \
|
||||||
|
|||||||
Reference in New Issue
Block a user