feat(apk): 尝试解决无法上传 jpg图片的问题
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-06-08 19:30:28 +08:00
parent 2f7054e9b3
commit 0f5de7a4ef

View File

@@ -6,6 +6,7 @@ RUN apk add --no-cache \
# zip \
# unzip \
libpng-dev \
libjpeg \
# zlib1g-dev \
gmp-dev \
&& docker-php-ext-configure gd \