feat: 增加 python 运行环境
This commit is contained in:
parent
4b728c93e0
commit
0634a265d8
|
|
@ -171,7 +171,7 @@ install_extension() {
|
||||||
elif [ "$extension" = "opcache" ]; then
|
elif [ "$extension" = "opcache" ]; then
|
||||||
docker_php_ext_install opcache
|
docker_php_ext_install opcache
|
||||||
elif [ "$extension" = "mysqli" ]; then
|
elif [ "$extension" = "mysqli" ]; then
|
||||||
docker_php_ext_install mysqli
|
install_php_extensions mysqli
|
||||||
elif [ "$extension" = "sysvshm" ]; then
|
elif [ "$extension" = "sysvshm" ]; then
|
||||||
docker_php_ext_install sysvshm
|
docker_php_ext_install sysvshm
|
||||||
elif [ "$extension" = "calendar" ]; then
|
elif [ "$extension" = "calendar" ]; then
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ additionalProperties:
|
||||||
- label: imagick
|
- label: imagick
|
||||||
value: imagick
|
value: imagick
|
||||||
envKey: PHP_EXTENSIONS
|
envKey: PHP_EXTENSIONS
|
||||||
- default: 7.4.33
|
- default: 8.3.8
|
||||||
envKey: PHP_VERSION
|
envKey: PHP_VERSION
|
||||||
labelEn: PHP Version
|
labelEn: PHP Version
|
||||||
labelZh: PHP 版本
|
labelZh: PHP 版本
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,10 @@ additionalProperties:
|
||||||
recommend: 101
|
recommend: 101
|
||||||
website: https://www.python.org/
|
website: https://www.python.org/
|
||||||
github: ""
|
github: ""
|
||||||
document: ""
|
document: ""
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm/v7
|
||||||
|
- arm64
|
||||||
|
- ppc64le
|
||||||
|
- s390x
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue