diff --git a/7.4/Dockerfile b/7.4/Dockerfile index ddfe24d..b1c44ac 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -18,11 +18,10 @@ RUN apk add --no-cache \ \ gmp-dev \ && docker-php-ext-configure gd \ - --with-gd \ - --with-freetype-dir=/usr/include/ \ - --with-png-dir=/usr/include/ \ - --with-jpeg-dir=/usr/include/ \ - --with-webp-dir=/usr/include/ \ + --with-freetype \ + --with-jpeg \ + --with-png \ + --with-webp \ && docker-php-ext-install -j$(nproc) gd \ gmp \ pdo_mysql \