build(dockerfile): 🔧 修复 gd 库安装失败的问题
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-06-08 20:09:33 +08:00
parent be0010b3e3
commit e5dc02f5cd

View File

@@ -20,7 +20,6 @@ RUN apk add --no-cache \
&& docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-png \
--with-webp \
&& docker-php-ext-install -j$(nproc) gd \
gmp \