From be0010b3e36e604eeb0622d9b21a8e109c5d779c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 8 Jun 2022 20:08:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(gd):=20=F0=9F=90=9E=20=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?dockerfile=20=E5=AE=89=E8=A3=85=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 7.4/Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 \