diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 2bdafe1..d6faa33 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -18,8 +18,6 @@ RUN apk add --no-cache \ \ gmp-dev \ && docker-php-ext-configure gd \ - --with-freetype-dir=/usr/include/ \ - --with-jpeg-dir=/usr/include/ \ && docker-php-ext-install -j$(nproc) gd \ gmp \ pdo_mysql \