build(dockerfile): 🔧 修复 gd 库安装失败的问题
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user