1
0
Fork 0

feat: fix issue with php install zip

This commit is contained in:
zhengkunwang223 2025-05-15 16:20:45 +08:00 committed by CityFun
parent 56e141ead7
commit fd58e3f990
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ install_extension() {
apt-get install -y libsodium-dev
docker_php_ext_install sodium
elif [ "$extension" = "zip" ]; then
docker_php_ext_install zip
install_php_extensions zip
elif [ "$extension" = "memcached" ]; then
install_php_extensions memcached
elif [ "$extension" = "igbinary" ]; then