Skip to content

Commit 25f150d

Browse files
committed
Exif extension
Signed-off-by: Emre YILMAZ <emreyilmaz@yandex.com>
1 parent 2fca8ab commit 25f150d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
1313
&& docker-php-ext-install -j$(nproc) gd \
1414
&& docker-php-ext-install -j$(nproc) pdo \
1515
&& docker-php-ext-install -j$(nproc) mbstring \
16+
&& docker-php-ext-install -j$(nproc) exif \
1617
&& docker-php-ext-configure intl \
1718
&& docker-php-ext-configure pdo_pgsql \
1819
&& docker-php-ext-install -j$(nproc) intl \

0 commit comments

Comments
 (0)