fix(gd): 🐞 修复 dockerfile 安装失败
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user