Skip to content

Commit

Permalink
add php extension "exif" for imagine to get orientation (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier authored Oct 18, 2024
1 parent 592097c commit 2e1cfa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databox/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ RUN apk add --no-cache \
# && pecl install \
# imagick-${IMAGICK_VERSION} \
&& pecl clear-cache \
&& docker-php-ext-install \
exif \
&& docker-php-ext-enable \
imagick \
exif \
&& apk del build-essentials

# Warm up composer cache for faster builds
Expand Down
1 change: 1 addition & 0 deletions infra/docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN set -eux; \
; \
\
docker-php-ext-install \
exif \
intl \
zip \
sockets \
Expand Down

0 comments on commit 2e1cfa0

Please sign in to comment.