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:
parent
4b728c93e0
commit
0634a265d8
@ -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
|
||||
|
||||
@ -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 版本
|
||||
|
||||
@ -25,4 +25,10 @@ additionalProperties:
|
||||
recommend: 101
|
||||
website: https://www.python.org/
|
||||
github: ""
|
||||
document: ""
|
||||
document: ""
|
||||
architectures:
|
||||
- amd64
|
||||
- arm/v7
|
||||
- arm64
|
||||
- ppc64le
|
||||
- s390x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user