Skip to content

Commit

Permalink
Add exif
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot committed Feb 1, 2024
1 parent 20f8c81 commit 7a4a53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN apk add --no-cache \
&& docker-php-ext-install zip opcache mysqli pdo pdo_mysql \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd \
&& docker-php-ext-install exif \

&& apk del --no-cache .build-deps

# Copy custom php.ini
Expand Down

0 comments on commit 7a4a53a

Please sign in to comment.