Docker: added python3.12 to versions
This commit is contained in:
committed by
Konstantin Pavlov
parent
bad2c181e1
commit
661e918a70
@@ -59,7 +59,7 @@ INSTALL_php ?= php-install
|
||||
RUN_php ?= ldconfig
|
||||
MODULE_PREBUILD_php ?= /bin/true
|
||||
|
||||
VERSIONS_python ?= 3.11
|
||||
VERSIONS_python ?= 3.11 3.12
|
||||
VARIANT_python ?= $(VARIANT)
|
||||
$(foreach pythonversion, $(VERSIONS_python), $(eval CONTAINER_python$(pythonversion) = python:$(pythonversion)-$(VARIANT_python)))
|
||||
CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
|
||||
|
||||
Reference in New Issue
Block a user