Skip to content

Commit a1580e4

Browse files
committed
Add exif extension
1 parent f11fea0 commit a1580e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
2424
RUN docker-php-ext-configure gd \
2525
--with-freetype=/usr/include/ \
2626
--with-jpeg=/usr/include/ \
27-
&& docker-php-ext-install -j$(nproc) gd intl mysqli opcache pdo_mysql pdo_pgsql zip \
27+
&& docker-php-ext-install -j$(nproc) gd exif intl mysqli opcache pdo_mysql pdo_pgsql zip \
2828
&& apk del --no-cache .build-deps $PHPIZE_DEPS \
2929
&& rm -rf /var/cache/apk/*
3030

0 commit comments

Comments
 (0)