revert(dockerfile): ↩ 修复错误的gd配置参数
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-06-08 20:21:22 +08:00
parent 1e8a5d58bf
commit b4996eb606

View File

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