Skip to content

Commit

Permalink
Add exif extension
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Nov 30, 2020
1 parent f11fea0 commit a1580e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
RUN docker-php-ext-configure gd \
--with-freetype=/usr/include/ \
--with-jpeg=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd intl mysqli opcache pdo_mysql pdo_pgsql zip \
&& docker-php-ext-install -j$(nproc) gd exif intl mysqli opcache pdo_mysql pdo_pgsql zip \
&& apk del --no-cache .build-deps $PHPIZE_DEPS \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit a1580e4

Please sign in to comment.