1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-10 10:02:30 +08:00

feat: 增加 python 运行环境

This commit is contained in:
zhengkunwang223 2024-10-10 11:38:25 +08:00 committed by CityFun
parent 4b728c93e0
commit 0634a265d8
3 changed files with 9 additions and 3 deletions

View File

@ -171,7 +171,7 @@ install_extension() {
elif [ "$extension" = "opcache" ]; then
docker_php_ext_install opcache
elif [ "$extension" = "mysqli" ]; then
docker_php_ext_install mysqli
install_php_extensions mysqli
elif [ "$extension" = "sysvshm" ]; then
docker_php_ext_install sysvshm
elif [ "$extension" = "calendar" ]; then

View File

@ -69,7 +69,7 @@ additionalProperties:
- label: imagick
value: imagick
envKey: PHP_EXTENSIONS
- default: 7.4.33
- default: 8.3.8
envKey: PHP_VERSION
labelEn: PHP Version
labelZh: PHP 版本

View File

@ -25,4 +25,10 @@ additionalProperties:
recommend: 101
website: https://www.python.org/
github: ""
document: ""
document: ""
architectures:
- amd64
- arm/v7
- arm64
- ppc64le
- s390x