fix: imagick 버전 업그레이드 (3.6.0 3.7.0) - PHP 8.4 호환성 개선
This commit is contained in:
@ -37,7 +37,7 @@ RUN set -eux; \
|
||||
soap \
|
||||
opcache \
|
||||
; \
|
||||
pecl install imagick-3.6.0; \
|
||||
pecl install imagick-3.7.0; \
|
||||
docker-php-ext-enable imagick
|
||||
|
||||
# Apache 모듈
|
||||
|
||||
Reference in New Issue
Block a user