add exiftran

This commit is contained in:
Rodolfo Berrios
2025-04-08 16:31:59 -04:00
parent 6ece20bad0
commit 1ff0b12619

View File

@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \
imagemagick libmagickwand-dev --no-install-recommends \
ffmpeg \
exiftool \
exiftran \
&& a2enmod rewrite && a2enmod ssl && a2enmod socache_shmcb \
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include/ \
&& docker-php-ext-configure opcache --enable-opcache \