diff --git a/7.4/Dockerfile b/7.4/Dockerfile index b1c44ac..c003204 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -20,7 +20,6 @@ RUN apk add --no-cache \ && docker-php-ext-configure gd \ --with-freetype \ --with-jpeg \ - --with-png \ --with-webp \ && docker-php-ext-install -j$(nproc) gd \ gmp \