diff --git a/7.4/Dockerfile b/7.4/Dockerfile index d6faa33..94cd644 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -18,6 +18,11 @@ 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/ && \ && docker-php-ext-install -j$(nproc) gd \ gmp \ pdo_mysql \