From b4996eb6063a68a95447e6c051ba7e2551e56bfb 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:21:22 +0800 Subject: [PATCH] =?UTF-8?q?revert(dockerfile):=20=E2=86=A9=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84gd=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 7.4/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/7.4/Dockerfile b/7.4/Dockerfile index bc1a05f..c003204 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -21,7 +21,6 @@ RUN apk add --no-cache \ --with-freetype \ --with-jpeg \ --with-webp \ - -with-xpm \ && docker-php-ext-install -j$(nproc) gd \ gmp \ pdo_mysql \