fix(gd): 🐞 修复 dockerfile 安装失败
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-06-08 19:49:26 +08:00
parent d7457aa6f3
commit 07405bf1f1

View File

@@ -18,8 +18,6 @@ RUN apk add --no-cache \
\
gmp-dev \
&& docker-php-ext-configure gd \
--with-freetype-dir=/usr/include/ \
--with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd \
gmp \
pdo_mysql \