build(dockerfile): 🔧 添加了更多图片类型的支持
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
李东云
2022-06-08 20:19:50 +08:00
parent e5dc02f5cd
commit 1e8a5d58bf

View File

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