We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11fea0 commit a1580e4Copy full SHA for a1580e4
Dockerfile
@@ -24,7 +24,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
24
RUN docker-php-ext-configure gd \
25
--with-freetype=/usr/include/ \
26
--with-jpeg=/usr/include/ \
27
- && 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 \
28
&& apk del --no-cache .build-deps $PHPIZE_DEPS \
29
&& rm -rf /var/cache/apk/*
30
0 commit comments